次の方法で共有


IPConfiguration.ProvisioningState プロパティ

定義

応答にのみ表示されるプライベート リンク構成のプロビジョニング状態を取得します。 使用可能な値には、'InProgress'、'Failed'、'Succeeded'、'Canceled'、'Removeing' などがあります。

[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

適用対象