你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

KubernetesClusterFeatureProvisioningState Struct

Definition

The provisioning state of the Kubernetes cluster feature.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.KubernetesClusterFeatureProvisioningStateTypeConverter))]
public struct KubernetesClusterFeatureProvisioningState : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.KubernetesClusterFeatureProvisioningState>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.KubernetesClusterFeatureProvisioningStateTypeConverter))>]
type KubernetesClusterFeatureProvisioningState = struct
    interface IArgumentCompleter
Public Structure KubernetesClusterFeatureProvisioningState
Implements IArgumentCompleter, IEquatable(Of KubernetesClusterFeatureProvisioningState)
Inheritance
KubernetesClusterFeatureProvisioningState
Attributes
Implements

Fields

Accepted
Canceled
Deleting
Failed
Succeeded
Updating

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(KubernetesClusterFeatureProvisioningState)

Compares values of enum type KubernetesClusterFeatureProvisioningState

Equals(Object)

Compares values of enum type KubernetesClusterFeatureProvisioningState (override for Object)

GetHashCode()

Returns hashCode for enum KubernetesClusterFeatureProvisioningState

ToString()

Returns string representation for KubernetesClusterFeatureProvisioningState

Operators

Equality(KubernetesClusterFeatureProvisioningState, KubernetesClusterFeatureProvisioningState)

Overriding == operator for enum KubernetesClusterFeatureProvisioningState

Implicit(KubernetesClusterFeatureProvisioningState to String)

Implicit operator to convert KubernetesClusterFeatureProvisioningState to string

Implicit(String to KubernetesClusterFeatureProvisioningState)

Implicit operator to convert string to KubernetesClusterFeatureProvisioningState

Inequality(KubernetesClusterFeatureProvisioningState, KubernetesClusterFeatureProvisioningState)

Overriding != operator for enum KubernetesClusterFeatureProvisioningState

Applies to