PrivateLinkServiceConnectionState.Status プロパティ

定義

Batch アカウントのプライベート エンドポイント接続の状態を取得または設定します

[Newtonsoft.Json.JsonProperty(PropertyName="status")]
public Microsoft.Azure.Management.Batch.Models.PrivateLinkServiceConnectionStatus Status { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="status")>]
member this.Status : Microsoft.Azure.Management.Batch.Models.PrivateLinkServiceConnectionStatus with get, set
Public Property Status As PrivateLinkServiceConnectionStatus

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

使用可能な値には、'Approved'、'Pending'、'Rejected'、'Disconnected' などがあります。

適用対象