共用方式為


PrivateLinkResource 建構函式

定義

多載

PrivateLinkResource()

初始化 PrivateLinkResource 類別的新實例。

PrivateLinkResource(String, String, String, String, String, IList<String>, IList<String>)

初始化 PrivateLinkResource 類別的新實例。

PrivateLinkResource()

初始化 PrivateLinkResource 類別的新實例。

public PrivateLinkResource ();
Public Sub New ()

適用於

PrivateLinkResource(String, String, String, String, String, IList<String>, IList<String>)

初始化 PrivateLinkResource 類別的新實例。

public PrivateLinkResource (string id = default, string name = default, string type = default, string etag = default, string groupId = default, System.Collections.Generic.IList<string> requiredMembers = default, System.Collections.Generic.IList<string> requiredZoneNames = default);
new Microsoft.Azure.Management.Batch.Models.PrivateLinkResource : string * string * string * string * string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Batch.Models.PrivateLinkResource
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional etag As String = Nothing, Optional groupId As String = Nothing, Optional requiredMembers As IList(Of String) = Nothing, Optional requiredZoneNames As IList(Of String) = Nothing)

參數

id
String

資源的識別碼。

name
String

資源名稱。

type
String

資源類型。

etag
String

資源的 ETag,用於並行語句。

groupId
String

私人連結資源的群組識別碼。

requiredMembers
IList<String>

用來建立私人連結連線的必要成員清單。

requiredZoneNames
IList<String>

私人 DNS 資源名稱的必要區功能變數名稱稱清單

適用於