次の方法で共有


KubeEnvironmentPatchResource.ProvisioningState プロパティ

定義

Kubernetes Environment のプロビジョニング状態を取得します。 指定できる値は、'Succeeded'、'Failed'、'Canceled'、'Waiting'、'InitializationInProgress'、'InfrastructureSetupInProgress'、'InfrastructureSetupComplete'、'ScheduledForDelete'、'UpgradeRequested'、'UpgradeFailed' です。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.provisioningState")]
public Microsoft.Azure.Management.WebSites.Models.KubeEnvironmentProvisioningState? ProvisioningState { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.provisioningState")>]
member this.ProvisioningState : Nullable<Microsoft.Azure.Management.WebSites.Models.KubeEnvironmentProvisioningState>
Public ReadOnly Property ProvisioningState As Nullable(Of KubeEnvironmentProvisioningState)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象