共用方式為


PrivateLinkServiceConnectionStatus 列舉

定義

定義 PrivateLinkServiceConnectionStatus 的值。

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum PrivateLinkServiceConnectionStatus
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type PrivateLinkServiceConnectionStatus = 
Public Enum PrivateLinkServiceConnectionStatus
繼承
PrivateLinkServiceConnectionStatus
屬性
Newtonsoft.Json.JsonConverterAttribute

欄位

Approved 0

私人端點連線已核准,可用來存取 Batch 帳戶

Disconnected 3

私人端點連線已中斷連線,且無法用來存取 Batch 帳戶

Pending 1

私人端點連線擱置中,無法用來存取 Batch 帳戶

Rejected 2

私人端點連線遭到拒絕,且無法用來存取 Batch 帳戶

適用於