다음을 통해 공유


PrivateLinkResource 생성자

정의

오버로드

PrivateLinkResource()

PrivateLinkResource 클래스의 새 instance 초기화합니다.

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

PrivateLinkResource 클래스의 새 instance 초기화합니다.

PrivateLinkResource()

PrivateLinkResource 클래스의 새 instance 초기화합니다.

public PrivateLinkResource ();
Public Sub New ()

적용 대상

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

PrivateLinkResource 클래스의 새 instance 초기화합니다.

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

리소스의 ID입니다.

name
String

리소스의 이름입니다.

type
String

리소스 형식입니다.

etag
String

동시성 문에 사용되는 리소스의 ETag입니다.

groupId
String

프라이빗 링크 리소스의 그룹 ID입니다.

requiredMembers
IList<String>

프라이빗 링크 연결을 설정하는 데 사용되는 필수 멤버 목록입니다.

requiredZoneNames
IList<String>

프라이빗 DNS 리소스 이름에 필요한 영역 이름 목록

적용 대상