PrivateEndpointConnectionProvisioningState 열거형

정의

PrivateEndpointConnectionProvisioningState에 대한 값을 정의합니다.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum PrivateEndpointConnectionProvisioningState
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type PrivateEndpointConnectionProvisioningState = 
Public Enum PrivateEndpointConnectionProvisioningState
상속
PrivateEndpointConnectionProvisioningState
특성
Newtonsoft.Json.JsonConverterAttribute

필드

Cancelled 5

사용자가 연결 만들기를 취소했습니다.

Creating 0

연결이 만들어집니다.

Deleting 2

연결이 삭제되고 있습니다.

Failed 4

사용자가 연결을 업데이트해 달라고 요청했고 실패했습니다. 업데이트 작업을 다시 시도할 수 있습니다.

Succeeded 3

연결 상태 최종 상태이며 상태가 승인된 경우 사용할 준비가 된 것입니다.

Updating 1

사용자가 연결을 업데이트할 상태 요청했지만 업데이트 작업이 아직 완료되지 않았습니다. Batch 계정을 연결할 때 연결을 참조할 수 없습니다.

적용 대상