PrivateLinkServiceConnectionStateProperty 建構函式

定義

多載

PrivateLinkServiceConnectionStateProperty()

初始化 PrivateLinkServiceConnectionStateProperty 類別的新實例。

PrivateLinkServiceConnectionStateProperty(String, String, String)

初始化 PrivateLinkServiceConnectionStateProperty 類別的新實例。

PrivateLinkServiceConnectionStateProperty()

初始化 PrivateLinkServiceConnectionStateProperty 類別的新實例。

public PrivateLinkServiceConnectionStateProperty ();
Public Sub New ()

適用於

PrivateLinkServiceConnectionStateProperty(String, String, String)

初始化 PrivateLinkServiceConnectionStateProperty 類別的新實例。

public PrivateLinkServiceConnectionStateProperty (string status = default, string description = default, string actionsRequired = default);
new Microsoft.Azure.Management.Automation.Models.PrivateLinkServiceConnectionStateProperty : string * string * string -> Microsoft.Azure.Management.Automation.Models.PrivateLinkServiceConnectionStateProperty
Public Sub New (Optional status As String = Nothing, Optional description As String = Nothing, Optional actionsRequired As String = Nothing)

參數

status
String

私人連結服務線上狀態。

description
String

私人連結服務連線描述。

actionsRequired
String

基本工作流程以外的任何動作 (核准/拒絕/中斷連線)

適用於