次の方法で共有


PrivateEndpointConnection.ProvisioningState プロパティ

定義

プライベート エンドポイント接続リソースのプロビジョニング状態を取得または設定します。 使用可能な値には、'Succeeded'、'Creating'、'Removeing'、'Failed' などがあります。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.provisioningState")]
public Microsoft.Azure.Management.Compute.Fluent.Models.PrivateEndpointConnectionProvisioningState ProvisioningState { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.provisioningState")>]
member this.ProvisioningState : Microsoft.Azure.Management.Compute.Fluent.Models.PrivateEndpointConnectionProvisioningState with get, set
Public Property ProvisioningState As PrivateEndpointConnectionProvisioningState

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象