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