KubernetesConfigurationProvisioningStateType 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 resource provider.
public readonly struct KubernetesConfigurationProvisioningStateType : IEquatable<Azure.ResourceManager.KubernetesConfiguration.Models.KubernetesConfigurationProvisioningStateType>
type KubernetesConfigurationProvisioningStateType = struct
Public Structure KubernetesConfigurationProvisioningStateType
Implements IEquatable(Of KubernetesConfigurationProvisioningStateType)
- Inheritance
-
KubernetesConfigurationProvisioningStateType
- Implements
Constructors
KubernetesConfigurationProvisioningStateType(String) |
Initializes a new instance of KubernetesConfigurationProvisioningStateType. |
Properties
Accepted |
Accepted. |
Deleting |
Deleting. |
Failed |
Failed. |
Running |
Running. |
Succeeded |
Succeeded. |
Methods
Equals(KubernetesConfigurationProvisioningStateType) |
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(KubernetesConfigurationProvisioningStateType, KubernetesConfigurationProvisioningStateType) |
Determines if two KubernetesConfigurationProvisioningStateType values are the same. |
Implicit(String to KubernetesConfigurationProvisioningStateType) |
Converts a string to a KubernetesConfigurationProvisioningStateType. |
Inequality(KubernetesConfigurationProvisioningStateType, KubernetesConfigurationProvisioningStateType) |
Determines if two KubernetesConfigurationProvisioningStateType values are not the same. |
Applies to
Azure SDK for .NET