ManagedClusterIdentityBindingProvisioningState 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 provisioning state of the last accepted operation.
public readonly struct ManagedClusterIdentityBindingProvisioningState : IEquatable<Azure.ResourceManager.ContainerService.Models.ManagedClusterIdentityBindingProvisioningState>
type ManagedClusterIdentityBindingProvisioningState = struct
Public Structure ManagedClusterIdentityBindingProvisioningState
Implements IEquatable(Of ManagedClusterIdentityBindingProvisioningState)
- Inheritance
-
ManagedClusterIdentityBindingProvisioningState
- Implements
Constructors
| Name | Description |
|---|---|
| ManagedClusterIdentityBindingProvisioningState(String) |
Initializes a new instance of ManagedClusterIdentityBindingProvisioningState. |
Properties
| Name | Description |
|---|---|
| Canceled |
Resource creation was canceled. |
| Creating |
The identity binding is being created. |
| Deleting |
The identity binding is being deleted. |
| Failed |
Resource creation failed. |
| Succeeded |
Resource has been created. |
| Updating |
The identity binding is being updated. |
Methods
| Name | Description |
|---|---|
| Equals(ManagedClusterIdentityBindingProvisioningState) |
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(ManagedClusterIdentityBindingProvisioningState, ManagedClusterIdentityBindingProvisioningState) |
Determines if two ManagedClusterIdentityBindingProvisioningState values are the same. |
| Implicit(String to ManagedClusterIdentityBindingProvisioningState) |
Converts a string to a ManagedClusterIdentityBindingProvisioningState. |
| Implicit(String to Nullable<ManagedClusterIdentityBindingProvisioningState>) | |
| Inequality(ManagedClusterIdentityBindingProvisioningState, ManagedClusterIdentityBindingProvisioningState) |
Determines if two ManagedClusterIdentityBindingProvisioningState values are not the same. |