CommunicationsGateways interface
CommunicationsGateways를 나타내는 인터페이스입니다.
메서드
begin |
CommunicationsGateway 만들기 |
begin |
CommunicationsGateway 만들기 |
begin |
CommunicationsGateway 삭제 |
begin |
CommunicationsGateway 삭제 |
get(string, string, Communications |
CommunicationsGateway 가져오기 |
list |
리소스 그룹별 CommunicationsGateway 리소스 나열 |
list |
구독 ID별로 CommunicationsGateway 리소스 나열 |
update(string, string, Communications |
CommunicationsGateway 업데이트 |
메서드 세부 정보
beginCreateOrUpdate(string, string, CommunicationsGateway, CommunicationsGatewaysCreateOrUpdateOptionalParams)
CommunicationsGateway 만들기
function beginCreateOrUpdate(resourceGroupName: string, communicationsGatewayName: string, resource: CommunicationsGateway, options?: CommunicationsGatewaysCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<CommunicationsGateway>, CommunicationsGateway>>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- communicationsGatewayName
-
string
이 배포에 대한 고유 식별자
- resource
- CommunicationsGateway
리소스 만들기 매개 변수.
옵션 매개 변수입니다.
반환
Promise<@azure/core-lro.SimplePollerLike<OperationState<CommunicationsGateway>, CommunicationsGateway>>
beginCreateOrUpdateAndWait(string, string, CommunicationsGateway, CommunicationsGatewaysCreateOrUpdateOptionalParams)
CommunicationsGateway 만들기
function beginCreateOrUpdateAndWait(resourceGroupName: string, communicationsGatewayName: string, resource: CommunicationsGateway, options?: CommunicationsGatewaysCreateOrUpdateOptionalParams): Promise<CommunicationsGateway>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- communicationsGatewayName
-
string
이 배포에 대한 고유 식별자
- resource
- CommunicationsGateway
리소스 만들기 매개 변수.
옵션 매개 변수입니다.
반환
Promise<CommunicationsGateway>
beginDelete(string, string, CommunicationsGatewaysDeleteOptionalParams)
CommunicationsGateway 삭제
function beginDelete(resourceGroupName: string, communicationsGatewayName: string, options?: CommunicationsGatewaysDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- communicationsGatewayName
-
string
이 배포에 대한 고유 식별자
옵션 매개 변수입니다.
반환
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, CommunicationsGatewaysDeleteOptionalParams)
CommunicationsGateway 삭제
function beginDeleteAndWait(resourceGroupName: string, communicationsGatewayName: string, options?: CommunicationsGatewaysDeleteOptionalParams): Promise<void>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- communicationsGatewayName
-
string
이 배포에 대한 고유 식별자
옵션 매개 변수입니다.
반환
Promise<void>
get(string, string, CommunicationsGatewaysGetOptionalParams)
CommunicationsGateway 가져오기
function get(resourceGroupName: string, communicationsGatewayName: string, options?: CommunicationsGatewaysGetOptionalParams): Promise<CommunicationsGateway>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- communicationsGatewayName
-
string
이 배포에 대한 고유 식별자
옵션 매개 변수입니다.
반환
Promise<CommunicationsGateway>
listByResourceGroup(string, CommunicationsGatewaysListByResourceGroupOptionalParams)
리소스 그룹별 CommunicationsGateway 리소스 나열
function listByResourceGroup(resourceGroupName: string, options?: CommunicationsGatewaysListByResourceGroupOptionalParams): PagedAsyncIterableIterator<CommunicationsGateway, CommunicationsGateway[], PageSettings>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
옵션 매개 변수입니다.
반환
listBySubscription(CommunicationsGatewaysListBySubscriptionOptionalParams)
구독 ID별로 CommunicationsGateway 리소스 나열
function listBySubscription(options?: CommunicationsGatewaysListBySubscriptionOptionalParams): PagedAsyncIterableIterator<CommunicationsGateway, CommunicationsGateway[], PageSettings>
매개 변수
옵션 매개 변수입니다.
반환
update(string, string, CommunicationsGatewayUpdate, CommunicationsGatewaysUpdateOptionalParams)
CommunicationsGateway 업데이트
function update(resourceGroupName: string, communicationsGatewayName: string, properties: CommunicationsGatewayUpdate, options?: CommunicationsGatewaysUpdateOptionalParams): Promise<CommunicationsGateway>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- communicationsGatewayName
-
string
이 배포에 대한 고유 식별자
- properties
- CommunicationsGatewayUpdate
업데이트할 리소스 속성입니다.
옵션 매개 변수입니다.
반환
Promise<CommunicationsGateway>