共用方式為


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)

依訂用帳戶識別碼列出 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

資源建立參數。

傳回

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

資源建立參數。

傳回

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

此部署的唯一識別碼

options
CommunicationsGatewaysGetOptionalParams

選項參數。

傳回

listByResourceGroup(string, CommunicationsGatewaysListByResourceGroupOptionalParams)

依資源群組列出 CommunicationsGateway 資源

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

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

傳回

listBySubscription(CommunicationsGatewaysListBySubscriptionOptionalParams)

依訂用帳戶識別碼列出 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

要更新的資源屬性。

傳回