次の方法で共有


DeploymentProperties.ProvisioningState プロパティ

定義

操作が呼び出されたときのリソースの状態を取得します。 指定できる値は、'Accepted'、'Creating'、'Deleting'、'Moving'、'Failed'、'Succeeded' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象