Cache.ProvisioningState プロパティ

定義

ARM プロビジョニングの状態を取得または設定します。「」を参照してください https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#provisioningstate-property。 使用可能な値には、'Succeeded'、'Failed'、'Cancelled'、'Creating'、'Deleting'、'Updating' などがあります。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象