共用方式為


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

備註

可能的值包括:'核准'、'Pending'、'Rejected'、'Disconnected'

適用於