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

설명

가능한 값으로는 '승인됨', '보류 중', '거부됨', '연결 끊김' 등이 있습니다.

적용 대상