StreamAnalyticsClusterProvisioningState 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.
The status of the cluster provisioning. The three terminal states are: Succeeded, Failed and Canceled.
public readonly struct StreamAnalyticsClusterProvisioningState : IEquatable<Azure.ResourceManager.StreamAnalytics.Models.StreamAnalyticsClusterProvisioningState>
type StreamAnalyticsClusterProvisioningState = struct
Public Structure StreamAnalyticsClusterProvisioningState
Implements IEquatable(Of StreamAnalyticsClusterProvisioningState)
- Inheritance
-
StreamAnalyticsClusterProvisioningState
- Implements
Constructors
StreamAnalyticsClusterProvisioningState(String) |
Initializes a new instance of StreamAnalyticsClusterProvisioningState. |
Properties
Canceled |
The cluster provisioning was canceled. |
Failed |
The cluster provisioning failed. |
InProgress |
The cluster provisioning was inprogress. |
Succeeded |
The cluster provisioning succeeded. |
Methods
Equals(StreamAnalyticsClusterProvisioningState) |
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(StreamAnalyticsClusterProvisioningState, StreamAnalyticsClusterProvisioningState) |
Determines if two StreamAnalyticsClusterProvisioningState values are the same. |
Implicit(String to StreamAnalyticsClusterProvisioningState) |
Converts a string to a StreamAnalyticsClusterProvisioningState. |
Inequality(StreamAnalyticsClusterProvisioningState, StreamAnalyticsClusterProvisioningState) |
Determines if two StreamAnalyticsClusterProvisioningState values are not the same. |
Applies to
Azure SDK for .NET