EventHubsClusterProvisioningState 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.
Provisioning state of the Cluster.
public readonly struct EventHubsClusterProvisioningState : IEquatable<Azure.ResourceManager.EventHubs.Models.EventHubsClusterProvisioningState>
type EventHubsClusterProvisioningState = struct
Public Structure EventHubsClusterProvisioningState
Implements IEquatable(Of EventHubsClusterProvisioningState)
- Inheritance
-
EventHubsClusterProvisioningState
- Implements
Constructors
EventHubsClusterProvisioningState(String) |
Initializes a new instance of EventHubsClusterProvisioningState. |
Properties
Active |
Active. |
Canceled |
Canceled. |
Creating |
Creating. |
Deleting |
Deleting. |
Failed |
Failed. |
Scaling |
Scaling. |
Succeeded |
Succeeded. |
Unknown |
Unknown. |
Methods
Equals(EventHubsClusterProvisioningState) |
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
Equality(EventHubsClusterProvisioningState, EventHubsClusterProvisioningState) |
Determines if two EventHubsClusterProvisioningState values are the same. |
Implicit(String to EventHubsClusterProvisioningState) |
Converts a String to a EventHubsClusterProvisioningState. |
Inequality(EventHubsClusterProvisioningState, EventHubsClusterProvisioningState) |
Determines if two EventHubsClusterProvisioningState values are not the same. |
Applies to
Azure SDK for .NET