ConnectorStatus Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Connector Status.
public readonly struct ConnectorStatus : IEquatable<Azure.ResourceManager.Confluent.Models.ConnectorStatus>
type ConnectorStatus = struct
Public Structure ConnectorStatus
Implements IEquatable(Of ConnectorStatus)
- Inheritance
-
ConnectorStatus
- Implements
Constructors
| Name | Description |
|---|---|
| ConnectorStatus(String) |
Initializes a new instance of ConnectorStatus. |
Properties
| Name | Description |
|---|---|
| Failed |
Gets the Failed. |
| Paused |
Gets the Paused. |
| Provisioning |
Gets the Provisioning. |
| Running |
Gets the Running. |
Methods
| Name | Description |
|---|---|
| Equals(ConnectorStatus) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(ConnectorStatus, ConnectorStatus) |
Determines if two ConnectorStatus values are the same. |
| Implicit(String to ConnectorStatus) |
Converts a string to a ConnectorStatus. |
| Implicit(String to Nullable<ConnectorStatus>) | |
| Inequality(ConnectorStatus, ConnectorStatus) |
Determines if two ConnectorStatus values are not the same. |