다음을 통해 공유


ApiGatewayConfigConnection interface

ApiGatewayConfigConnection을 나타내는 인터페이스입니다.

메서드

beginCreateOrUpdate(string, string, string, ApiManagementGatewayConfigConnectionResource, ApiGatewayConfigConnectionCreateOrUpdateOptionalParams)

API Management 게이트웨이 구성 연결을 만들거나 업데이트합니다. 이 작업은 장기 실행 작업이며 완료하는 데 몇 분 정도 걸릴 수 있습니다.

beginCreateOrUpdateAndWait(string, string, string, ApiManagementGatewayConfigConnectionResource, ApiGatewayConfigConnectionCreateOrUpdateOptionalParams)

API Management 게이트웨이 구성 연결을 만들거나 업데이트합니다. 이 작업은 장기 실행 작업이며 완료하는 데 몇 분 정도 걸릴 수 있습니다.

beginDelete(string, string, string, string, ApiGatewayConfigConnectionDeleteOptionalParams)

기존 API Management 게이트웨이 구성 연결을 삭제합니다.

beginDeleteAndWait(string, string, string, string, ApiGatewayConfigConnectionDeleteOptionalParams)

기존 API Management 게이트웨이 구성 연결을 삭제합니다.

get(string, string, string, ApiGatewayConfigConnectionGetOptionalParams)

API Management 게이트웨이 구성 연결 리소스 설명을 가져옵니다.

listByGateway(string, string, ApiGatewayConfigConnectionListByGatewayOptionalParams)

게이트웨이 내의 모든 API Management 게이트웨이 구성 연결을 나열합니다.

메서드 세부 정보

beginCreateOrUpdate(string, string, string, ApiManagementGatewayConfigConnectionResource, ApiGatewayConfigConnectionCreateOrUpdateOptionalParams)

API Management 게이트웨이 구성 연결을 만들거나 업데이트합니다. 이 작업은 장기 실행 작업이며 완료하는 데 몇 분 정도 걸릴 수 있습니다.

function beginCreateOrUpdate(resourceGroupName: string, gatewayName: string, configConnectionName: string, parameters: ApiManagementGatewayConfigConnectionResource, options?: ApiGatewayConfigConnectionCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ApiManagementGatewayConfigConnectionResource>, ApiManagementGatewayConfigConnectionResource>>

매개 변수

resourceGroupName

string

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

gatewayName

string

API Management 게이트웨이의 이름입니다.

configConnectionName

string

API Management 게이트웨이 구성 연결의 이름입니다.

parameters
ApiManagementGatewayConfigConnectionResource

CreateOrUpdate API Management 게이트웨이 구성 연결 작업에 제공된 매개 변수입니다.

options
ApiGatewayConfigConnectionCreateOrUpdateOptionalParams

옵션 매개 변수입니다.

반환

beginCreateOrUpdateAndWait(string, string, string, ApiManagementGatewayConfigConnectionResource, ApiGatewayConfigConnectionCreateOrUpdateOptionalParams)

API Management 게이트웨이 구성 연결을 만들거나 업데이트합니다. 이 작업은 장기 실행 작업이며 완료하는 데 몇 분 정도 걸릴 수 있습니다.

function beginCreateOrUpdateAndWait(resourceGroupName: string, gatewayName: string, configConnectionName: string, parameters: ApiManagementGatewayConfigConnectionResource, options?: ApiGatewayConfigConnectionCreateOrUpdateOptionalParams): Promise<ApiManagementGatewayConfigConnectionResource>

매개 변수

resourceGroupName

string

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

gatewayName

string

API Management 게이트웨이의 이름입니다.

configConnectionName

string

API Management 게이트웨이 구성 연결의 이름입니다.

parameters
ApiManagementGatewayConfigConnectionResource

CreateOrUpdate API Management 게이트웨이 구성 연결 작업에 제공된 매개 변수입니다.

options
ApiGatewayConfigConnectionCreateOrUpdateOptionalParams

옵션 매개 변수입니다.

반환

beginDelete(string, string, string, string, ApiGatewayConfigConnectionDeleteOptionalParams)

기존 API Management 게이트웨이 구성 연결을 삭제합니다.

function beginDelete(resourceGroupName: string, gatewayName: string, configConnectionName: string, ifMatch: string, options?: ApiGatewayConfigConnectionDeleteOptionalParams): Promise<SimplePollerLike<OperationState<ApiGatewayConfigConnectionDeleteHeaders>, ApiGatewayConfigConnectionDeleteHeaders>>

매개 변수

resourceGroupName

string

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

gatewayName

string

API Management 게이트웨이의 이름입니다.

configConnectionName

string

API Management 게이트웨이 구성 연결의 이름입니다.

ifMatch

string

엔터티의 ETag입니다. ETag는 GET 요청의 헤더 응답에서 현재 엔터티 상태와 일치해야 합니다. 그렇지 않으면 무조건 업데이트의 경우 *여야 합니다.

options
ApiGatewayConfigConnectionDeleteOptionalParams

옵션 매개 변수입니다.

반환

beginDeleteAndWait(string, string, string, string, ApiGatewayConfigConnectionDeleteOptionalParams)

기존 API Management 게이트웨이 구성 연결을 삭제합니다.

function beginDeleteAndWait(resourceGroupName: string, gatewayName: string, configConnectionName: string, ifMatch: string, options?: ApiGatewayConfigConnectionDeleteOptionalParams): Promise<ApiGatewayConfigConnectionDeleteHeaders>

매개 변수

resourceGroupName

string

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

gatewayName

string

API Management 게이트웨이의 이름입니다.

configConnectionName

string

API Management 게이트웨이 구성 연결의 이름입니다.

ifMatch

string

엔터티의 ETag입니다. ETag는 GET 요청의 헤더 응답에서 현재 엔터티 상태와 일치해야 합니다. 그렇지 않으면 무조건 업데이트의 경우 *여야 합니다.

options
ApiGatewayConfigConnectionDeleteOptionalParams

옵션 매개 변수입니다.

반환

get(string, string, string, ApiGatewayConfigConnectionGetOptionalParams)

API Management 게이트웨이 구성 연결 리소스 설명을 가져옵니다.

function get(resourceGroupName: string, gatewayName: string, configConnectionName: string, options?: ApiGatewayConfigConnectionGetOptionalParams): Promise<ApiManagementGatewayConfigConnectionResource>

매개 변수

resourceGroupName

string

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

gatewayName

string

API Management 게이트웨이의 이름입니다.

configConnectionName

string

API Management 게이트웨이 구성 연결의 이름입니다.

options
ApiGatewayConfigConnectionGetOptionalParams

옵션 매개 변수입니다.

반환

listByGateway(string, string, ApiGatewayConfigConnectionListByGatewayOptionalParams)

게이트웨이 내의 모든 API Management 게이트웨이 구성 연결을 나열합니다.

function listByGateway(resourceGroupName: string, gatewayName: string, options?: ApiGatewayConfigConnectionListByGatewayOptionalParams): PagedAsyncIterableIterator<ApiManagementGatewayConfigConnectionResource, ApiManagementGatewayConfigConnectionResource[], PageSettings>

매개 변수

resourceGroupName

string

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

gatewayName

string

API Management 게이트웨이의 이름입니다.

options
ApiGatewayConfigConnectionListByGatewayOptionalParams

옵션 매개 변수입니다.

반환