次の方法で共有


CommunicationsGateways interface

CommunicationsGateways を表すインターフェイス。

メソッド

beginCreateOrUpdate(string, string, CommunicationsGateway, CommunicationsGatewaysCreateOrUpdateOptionalParams)

CommunicationsGateway を作成する

beginCreateOrUpdateAndWait(string, string, CommunicationsGateway, CommunicationsGatewaysCreateOrUpdateOptionalParams)

CommunicationsGateway を作成する

beginDelete(string, string, CommunicationsGatewaysDeleteOptionalParams)

CommunicationsGateway を削除する

beginDeleteAndWait(string, string, CommunicationsGatewaysDeleteOptionalParams)

CommunicationsGateway を削除する

get(string, string, CommunicationsGatewaysGetOptionalParams)

CommunicationsGateway を取得する

listByResourceGroup(string, CommunicationsGatewaysListByResourceGroupOptionalParams)

リソース グループ別に CommunicationsGateway リソースを一覧表示する

listBySubscription(CommunicationsGatewaysListBySubscriptionOptionalParams)

サブスクリプション ID で CommunicationsGateway リソースを一覧表示する

update(string, string, CommunicationsGatewayUpdate, CommunicationsGatewaysUpdateOptionalParams)

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

リソース作成パラメーター。

options
CommunicationsGatewaysCreateOrUpdateOptionalParams

オプション パラメーター。

戻り値

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

リソース作成パラメーター。

options
CommunicationsGatewaysCreateOrUpdateOptionalParams

オプション パラメーター。

戻り値

beginDelete(string, string, CommunicationsGatewaysDeleteOptionalParams)

CommunicationsGateway を削除する

function beginDelete(resourceGroupName: string, communicationsGatewayName: string, options?: CommunicationsGatewaysDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

communicationsGatewayName

string

このデプロイの一意識別子

options
CommunicationsGatewaysDeleteOptionalParams

オプション パラメーター。

戻り値

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

このデプロイの一意識別子

options
CommunicationsGatewaysDeleteOptionalParams

オプション パラメーター。

戻り値

Promise<void>

get(string, string, CommunicationsGatewaysGetOptionalParams)

CommunicationsGateway を取得する

function get(resourceGroupName: string, communicationsGatewayName: string, options?: CommunicationsGatewaysGetOptionalParams): Promise<CommunicationsGateway>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

communicationsGatewayName

string

このデプロイの一意識別子

options
CommunicationsGatewaysGetOptionalParams

オプション パラメーター。

戻り値

listByResourceGroup(string, CommunicationsGatewaysListByResourceGroupOptionalParams)

リソース グループ別に CommunicationsGateway リソースを一覧表示する

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

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

options
CommunicationsGatewaysListByResourceGroupOptionalParams

オプション パラメーター。

戻り値

listBySubscription(CommunicationsGatewaysListBySubscriptionOptionalParams)

サブスクリプション ID で CommunicationsGateway リソースを一覧表示する

function listBySubscription(options?: CommunicationsGatewaysListBySubscriptionOptionalParams): PagedAsyncIterableIterator<CommunicationsGateway, CommunicationsGateway[], PageSettings>

パラメーター

options
CommunicationsGatewaysListBySubscriptionOptionalParams

オプション パラメーター。

戻り値

update(string, string, CommunicationsGatewayUpdate, CommunicationsGatewaysUpdateOptionalParams)

CommunicationsGateway を更新する

function update(resourceGroupName: string, communicationsGatewayName: string, properties: CommunicationsGatewayUpdate, options?: CommunicationsGatewaysUpdateOptionalParams): Promise<CommunicationsGateway>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

communicationsGatewayName

string

このデプロイの一意識別子

properties
CommunicationsGatewayUpdate

更新するリソース プロパティ。

options
CommunicationsGatewaysUpdateOptionalParams

オプション パラメーター。

戻り値