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>