次の方法で共有


DeploymentPropertiesExtended.ProvisioningState プロパティ

定義

取得は、プロビジョニングの状態を示します。 使用できる値は、'NotSpecified'、'Accepted'、'Running'、'Ready'、'Creating'、'Created'、'Deleteding'、'Deleted'、'Canceled'、'Failed'、'Succeeded'、'Updating' です。

[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

適用対象