다음을 통해 공유


PrivateEndpointConnection 생성자

정의

오버로드

PrivateEndpointConnection()

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

PrivateEndpointConnection(String, String, String, PrivateEndpointProperty, PrivateLinkServiceConnectionStateProperty)

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

PrivateEndpointConnection()

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

public PrivateEndpointConnection ();
Public Sub New ()

적용 대상

PrivateEndpointConnection(String, String, String, PrivateEndpointProperty, PrivateLinkServiceConnectionStateProperty)

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

public PrivateEndpointConnection (string id = default, string name = default, string type = default, Microsoft.Azure.Management.Automation.Models.PrivateEndpointProperty privateEndpoint = default, Microsoft.Azure.Management.Automation.Models.PrivateLinkServiceConnectionStateProperty privateLinkServiceConnectionState = default);
new Microsoft.Azure.Management.Automation.Models.PrivateEndpointConnection : string * string * string * Microsoft.Azure.Management.Automation.Models.PrivateEndpointProperty * Microsoft.Azure.Management.Automation.Models.PrivateLinkServiceConnectionStateProperty -> Microsoft.Azure.Management.Automation.Models.PrivateEndpointConnection
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional privateEndpoint As PrivateEndpointProperty = Nothing, Optional privateLinkServiceConnectionState As PrivateLinkServiceConnectionStateProperty = Nothing)

매개 변수

id
String

리소스에 대한 정규화된 리소스 ID

name
String

리소스의 이름입니다.

type
String

리소스 형식입니다.

privateEndpoint
PrivateEndpointProperty

연결이 속한 프라이빗 엔드포인트입니다.

privateLinkServiceConnectionState
PrivateLinkServiceConnectionStateProperty

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

적용 대상