다음을 통해 공유


PrivateEndpointConnectionOperations interface

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

메서드

beginCreateOrUpdate(string, string, string, PrivateEndpointConnectionRequest, PrivateEndpointConnectionCreateOrUpdateOptionalParams)

새 프라이빗 엔드포인트 연결을 만들거나 기존 엔드포인트 연결을 업데이트합니다.

beginCreateOrUpdateAndWait(string, string, string, PrivateEndpointConnectionRequest, PrivateEndpointConnectionCreateOrUpdateOptionalParams)

새 프라이빗 엔드포인트 연결을 만들거나 기존 엔드포인트 연결을 업데이트합니다.

beginDelete(string, string, string, PrivateEndpointConnectionDeleteOptionalParams)

지정된 프라이빗 엔드포인트 연결을 삭제합니다.

beginDeleteAndWait(string, string, string, PrivateEndpointConnectionDeleteOptionalParams)

지정된 프라이빗 엔드포인트 연결을 삭제합니다.

getByName(string, string, string, PrivateEndpointConnectionGetByNameOptionalParams)

식별자가 지정한 프라이빗 엔드포인트 연결의 세부 정보를 가져옵니다.

getPrivateLinkResource(string, string, string, PrivateEndpointConnectionGetPrivateLinkResourceOptionalParams)

프라이빗 링크 리소스를 가져옵니다.

listByService(string, string, PrivateEndpointConnectionListByServiceOptionalParams)

API Management 서비스 instance 모든 프라이빗 엔드포인트 연결을 나열합니다.

listPrivateLinkResources(string, string, PrivateEndpointConnectionListPrivateLinkResourcesOptionalParams)

프라이빗 링크 리소스를 가져옵니다.

메서드 세부 정보

beginCreateOrUpdate(string, string, string, PrivateEndpointConnectionRequest, PrivateEndpointConnectionCreateOrUpdateOptionalParams)

새 프라이빗 엔드포인트 연결을 만들거나 기존 엔드포인트 연결을 업데이트합니다.

function beginCreateOrUpdate(resourceGroupName: string, serviceName: string, privateEndpointConnectionName: string, privateEndpointConnectionRequest: PrivateEndpointConnectionRequest, options?: PrivateEndpointConnectionCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>

매개 변수

resourceGroupName

string

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

serviceName

string

API Management 서비스의 이름입니다.

privateEndpointConnectionName

string

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

privateEndpointConnectionRequest
PrivateEndpointConnectionRequest

프라이빗 엔드포인트 연결을 승인하거나 거부하는 요청

options
PrivateEndpointConnectionCreateOrUpdateOptionalParams

옵션 매개 변수입니다.

반환

Promise<@azure/core-lro.SimplePollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>

beginCreateOrUpdateAndWait(string, string, string, PrivateEndpointConnectionRequest, PrivateEndpointConnectionCreateOrUpdateOptionalParams)

새 프라이빗 엔드포인트 연결을 만들거나 기존 엔드포인트 연결을 업데이트합니다.

function beginCreateOrUpdateAndWait(resourceGroupName: string, serviceName: string, privateEndpointConnectionName: string, privateEndpointConnectionRequest: PrivateEndpointConnectionRequest, options?: PrivateEndpointConnectionCreateOrUpdateOptionalParams): Promise<PrivateEndpointConnection>

매개 변수

resourceGroupName

string

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

serviceName

string

API Management 서비스의 이름입니다.

privateEndpointConnectionName

string

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

privateEndpointConnectionRequest
PrivateEndpointConnectionRequest

프라이빗 엔드포인트 연결을 승인하거나 거부하는 요청

options
PrivateEndpointConnectionCreateOrUpdateOptionalParams

옵션 매개 변수입니다.

반환

beginDelete(string, string, string, PrivateEndpointConnectionDeleteOptionalParams)

지정된 프라이빗 엔드포인트 연결을 삭제합니다.

function beginDelete(resourceGroupName: string, serviceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

매개 변수

resourceGroupName

string

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

serviceName

string

API Management 서비스의 이름입니다.

privateEndpointConnectionName

string

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

options
PrivateEndpointConnectionDeleteOptionalParams

옵션 매개 변수입니다.

반환

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait(string, string, string, PrivateEndpointConnectionDeleteOptionalParams)

지정된 프라이빗 엔드포인트 연결을 삭제합니다.

function beginDeleteAndWait(resourceGroupName: string, serviceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionDeleteOptionalParams): Promise<void>

매개 변수

resourceGroupName

string

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

serviceName

string

API Management 서비스의 이름입니다.

privateEndpointConnectionName

string

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

options
PrivateEndpointConnectionDeleteOptionalParams

옵션 매개 변수입니다.

반환

Promise<void>

getByName(string, string, string, PrivateEndpointConnectionGetByNameOptionalParams)

식별자가 지정한 프라이빗 엔드포인트 연결의 세부 정보를 가져옵니다.

function getByName(resourceGroupName: string, serviceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionGetByNameOptionalParams): Promise<PrivateEndpointConnection>

매개 변수

resourceGroupName

string

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

serviceName

string

API Management 서비스의 이름입니다.

privateEndpointConnectionName

string

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

options
PrivateEndpointConnectionGetByNameOptionalParams

옵션 매개 변수입니다.

반환

getPrivateLinkResource(string, string, string, PrivateEndpointConnectionGetPrivateLinkResourceOptionalParams)

프라이빗 링크 리소스를 가져옵니다.

function getPrivateLinkResource(resourceGroupName: string, serviceName: string, privateLinkSubResourceName: string, options?: PrivateEndpointConnectionGetPrivateLinkResourceOptionalParams): Promise<PrivateLinkResource>

매개 변수

resourceGroupName

string

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

serviceName

string

API Management 서비스의 이름입니다.

privateLinkSubResourceName

string

프라이빗 링크 리소스의 이름입니다.

options
PrivateEndpointConnectionGetPrivateLinkResourceOptionalParams

옵션 매개 변수입니다.

반환

listByService(string, string, PrivateEndpointConnectionListByServiceOptionalParams)

API Management 서비스 instance 모든 프라이빗 엔드포인트 연결을 나열합니다.

function listByService(resourceGroupName: string, serviceName: string, options?: PrivateEndpointConnectionListByServiceOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection, PrivateEndpointConnection[], PageSettings>

매개 변수

resourceGroupName

string

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

serviceName

string

API Management 서비스의 이름입니다.

options
PrivateEndpointConnectionListByServiceOptionalParams

옵션 매개 변수입니다.

반환

listPrivateLinkResources(string, string, PrivateEndpointConnectionListPrivateLinkResourcesOptionalParams)

프라이빗 링크 리소스를 가져옵니다.

function listPrivateLinkResources(resourceGroupName: string, serviceName: string, options?: PrivateEndpointConnectionListPrivateLinkResourcesOptionalParams): Promise<PrivateLinkResourceListResult>

매개 변수

resourceGroupName

string

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

serviceName

string

API Management 서비스의 이름입니다.

반환