다음을 통해 공유


ApiGateway interface

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

메서드

beginCreateOrUpdate(string, string, ApiManagementGatewayResource, ApiGatewayCreateOrUpdateOptionalParams)

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

beginCreateOrUpdateAndWait(string, string, ApiManagementGatewayResource, ApiGatewayCreateOrUpdateOptionalParams)

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

beginDelete(string, string, ApiGatewayDeleteOptionalParams)

기존 API Management 게이트웨이를 삭제합니다.

beginDeleteAndWait(string, string, ApiGatewayDeleteOptionalParams)

기존 API Management 게이트웨이를 삭제합니다.

beginUpdate(string, string, ApiManagementGatewayUpdateParameters, ApiGatewayUpdateOptionalParams)

기존 API Management 게이트웨이를 업데이트합니다.

beginUpdateAndWait(string, string, ApiManagementGatewayUpdateParameters, ApiGatewayUpdateOptionalParams)

기존 API Management 게이트웨이를 업데이트합니다.

get(string, string, ApiGatewayGetOptionalParams)

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

list(ApiGatewayListOptionalParams)

구독 내의 모든 API Management 게이트웨이를 나열합니다.

listByResourceGroup(string, ApiGatewayListByResourceGroupOptionalParams)

리소스 그룹 내의 모든 API Management 게이트웨이를 나열합니다.

메서드 세부 정보

beginCreateOrUpdate(string, string, ApiManagementGatewayResource, ApiGatewayCreateOrUpdateOptionalParams)

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

function beginCreateOrUpdate(resourceGroupName: string, gatewayName: string, parameters: ApiManagementGatewayResource, options?: ApiGatewayCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ApiManagementGatewayResource>, ApiManagementGatewayResource>>

매개 변수

resourceGroupName

string

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

gatewayName

string

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

parameters
ApiManagementGatewayResource

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

options
ApiGatewayCreateOrUpdateOptionalParams

옵션 매개 변수입니다.

반환

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

beginCreateOrUpdateAndWait(string, string, ApiManagementGatewayResource, ApiGatewayCreateOrUpdateOptionalParams)

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

function beginCreateOrUpdateAndWait(resourceGroupName: string, gatewayName: string, parameters: ApiManagementGatewayResource, options?: ApiGatewayCreateOrUpdateOptionalParams): Promise<ApiManagementGatewayResource>

매개 변수

resourceGroupName

string

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

gatewayName

string

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

parameters
ApiManagementGatewayResource

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

options
ApiGatewayCreateOrUpdateOptionalParams

옵션 매개 변수입니다.

반환

beginDelete(string, string, ApiGatewayDeleteOptionalParams)

기존 API Management 게이트웨이를 삭제합니다.

function beginDelete(resourceGroupName: string, gatewayName: string, options?: ApiGatewayDeleteOptionalParams): Promise<SimplePollerLike<OperationState<ApiGatewayDeleteResponse>, ApiGatewayDeleteResponse>>

매개 변수

resourceGroupName

string

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

gatewayName

string

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

options
ApiGatewayDeleteOptionalParams

옵션 매개 변수입니다.

반환

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

beginDeleteAndWait(string, string, ApiGatewayDeleteOptionalParams)

기존 API Management 게이트웨이를 삭제합니다.

function beginDeleteAndWait(resourceGroupName: string, gatewayName: string, options?: ApiGatewayDeleteOptionalParams): Promise<ApiGatewayDeleteResponse>

매개 변수

resourceGroupName

string

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

gatewayName

string

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

options
ApiGatewayDeleteOptionalParams

옵션 매개 변수입니다.

반환

beginUpdate(string, string, ApiManagementGatewayUpdateParameters, ApiGatewayUpdateOptionalParams)

기존 API Management 게이트웨이를 업데이트합니다.

function beginUpdate(resourceGroupName: string, gatewayName: string, parameters: ApiManagementGatewayUpdateParameters, options?: ApiGatewayUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ApiManagementGatewayResource>, ApiManagementGatewayResource>>

매개 변수

resourceGroupName

string

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

gatewayName

string

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

parameters
ApiManagementGatewayUpdateParameters

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

options
ApiGatewayUpdateOptionalParams

옵션 매개 변수입니다.

반환

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

beginUpdateAndWait(string, string, ApiManagementGatewayUpdateParameters, ApiGatewayUpdateOptionalParams)

기존 API Management 게이트웨이를 업데이트합니다.

function beginUpdateAndWait(resourceGroupName: string, gatewayName: string, parameters: ApiManagementGatewayUpdateParameters, options?: ApiGatewayUpdateOptionalParams): Promise<ApiManagementGatewayResource>

매개 변수

resourceGroupName

string

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

gatewayName

string

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

parameters
ApiManagementGatewayUpdateParameters

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

options
ApiGatewayUpdateOptionalParams

옵션 매개 변수입니다.

반환

get(string, string, ApiGatewayGetOptionalParams)

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

function get(resourceGroupName: string, gatewayName: string, options?: ApiGatewayGetOptionalParams): Promise<ApiManagementGatewayResource>

매개 변수

resourceGroupName

string

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

gatewayName

string

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

options
ApiGatewayGetOptionalParams

옵션 매개 변수입니다.

반환

list(ApiGatewayListOptionalParams)

구독 내의 모든 API Management 게이트웨이를 나열합니다.

function list(options?: ApiGatewayListOptionalParams): PagedAsyncIterableIterator<ApiManagementGatewayResource, ApiManagementGatewayResource[], PageSettings>

매개 변수

options
ApiGatewayListOptionalParams

옵션 매개 변수입니다.

반환

listByResourceGroup(string, ApiGatewayListByResourceGroupOptionalParams)

리소스 그룹 내의 모든 API Management 게이트웨이를 나열합니다.

function listByResourceGroup(resourceGroupName: string, options?: ApiGatewayListByResourceGroupOptionalParams): PagedAsyncIterableIterator<ApiManagementGatewayResource, ApiManagementGatewayResource[], PageSettings>

매개 변수

resourceGroupName

string

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

options
ApiGatewayListByResourceGroupOptionalParams

옵션 매개 변수입니다.

반환