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
| Name | Description |
|---|---|
| KubernetesConfigurationProvisioningStateType(String) |
Initializes a new instance of KubernetesConfigurationProvisioningStateType. |
Properties
| Name | Description |
|---|---|
| Accepted |
Accepted. |
| Deleting |
Deleting. |
| Failed |
Failed. |
| Running |
Running. |
| Succeeded |
Succeeded. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |