다음을 통해 공유


PrivateEndpointConnection 생성자

정의

오버로드

PrivateEndpointConnection()

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

PrivateEndpointConnection(String, String, String, String, PrivateEndpointConnectionProvisioningState, PrivateEndpoint, IList<String>, PrivateLinkServiceConnectionState)

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

PrivateEndpointConnection()

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

public PrivateEndpointConnection ();
Public Sub New ()

적용 대상

PrivateEndpointConnection(String, String, String, String, PrivateEndpointConnectionProvisioningState, PrivateEndpoint, IList<String>, PrivateLinkServiceConnectionState)

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

public PrivateEndpointConnection (string id = default, string name = default, string type = default, string etag = default, Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnectionProvisioningState provisioningState = Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnectionProvisioningState.Creating, Microsoft.Azure.Management.Batch.Models.PrivateEndpoint privateEndpoint = default, System.Collections.Generic.IList<string> groupIds = default, Microsoft.Azure.Management.Batch.Models.PrivateLinkServiceConnectionState privateLinkServiceConnectionState = default);
new Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection : string * string * string * string * Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnectionProvisioningState * Microsoft.Azure.Management.Batch.Models.PrivateEndpoint * System.Collections.Generic.IList<string> * Microsoft.Azure.Management.Batch.Models.PrivateLinkServiceConnectionState -> Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional etag As String = Nothing, Optional provisioningState As PrivateEndpointConnectionProvisioningState = Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnectionProvisioningState.Creating, Optional privateEndpoint As PrivateEndpoint = Nothing, Optional groupIds As IList(Of String) = Nothing, Optional privateLinkServiceConnectionState As PrivateLinkServiceConnectionState = Nothing)

매개 변수

id
String

리소스의 ID입니다.

name
String

리소스의 이름입니다.

type
String

리소스 형식입니다.

etag
String

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

provisioningState
PrivateEndpointConnectionProvisioningState

프라이빗 엔드포인트 연결의 프로비전 상태입니다.

privateEndpoint
PrivateEndpoint

프라이빗 엔드포인트의 ARM 리소스 식별자입니다.

groupIds
IList<String>

프라이빗 엔드포인트 연결의 그룹 ID입니다.

privateLinkServiceConnectionState
PrivateLinkServiceConnectionState

프라이빗 엔드포인트 연결의 프라이빗 링크 서비스 연결 상태입니다.

적용 대상