PrivateEndpointConnectionsPrivateLinkHub interface

PrivateEndpointConnectionsPrivateLinkHub를 나타내는 인터페이스입니다.

메서드

get(string, string, string, PrivateEndpointConnectionsPrivateLinkHubGetOptionalParams)

이름으로 PrivateLinkHub의 모든 PrivateEndpointConnection 가져오기

list(string, string, PrivateEndpointConnectionsPrivateLinkHubListOptionalParams)

PrivateLinkHub에서 모든 PrivateEndpointConnections 가져오기

메서드 세부 정보

get(string, string, string, PrivateEndpointConnectionsPrivateLinkHubGetOptionalParams)

이름으로 PrivateLinkHub의 모든 PrivateEndpointConnection 가져오기

function get(resourceGroupName: string, privateLinkHubName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsPrivateLinkHubGetOptionalParams): Promise<PrivateEndpointConnectionForPrivateLinkHub>

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.

privateLinkHubName

string

privateLinkHub의 이름

privateEndpointConnectionName

string

privateEndpointConnection의 이름

options
PrivateEndpointConnectionsPrivateLinkHubGetOptionalParams

옵션 매개 변수입니다.

반환

list(string, string, PrivateEndpointConnectionsPrivateLinkHubListOptionalParams)

PrivateLinkHub에서 모든 PrivateEndpointConnections 가져오기

function list(resourceGroupName: string, privateLinkHubName: string, options?: PrivateEndpointConnectionsPrivateLinkHubListOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnectionForPrivateLinkHub, PrivateEndpointConnectionForPrivateLinkHub[], PageSettings>

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.

privateLinkHubName

string

privateLinkHub의 이름

options
PrivateEndpointConnectionsPrivateLinkHubListOptionalParams

옵션 매개 변수입니다.

반환