次の方法で共有


ManagedCluster.ProvisioningState プロパティ

定義

マネージド クラスター リソースのプロビジョニング状態を取得します。 指定できる値は、'None'、'Creating'、'Created'、'Updating'、'Succeeded'、'Failed'、'Canceled'、'Deleted'、'Other' です。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.provisioningState")]
public string ProvisioningState { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.provisioningState")>]
member this.ProvisioningState : string
Public ReadOnly Property ProvisioningState As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象