共用方式為


ExpressRouteGateways interface

表示 ExpressRouteGateways 的介面。

方法

beginCreateOrUpdate(string, string, ExpressRouteGateway, ExpressRouteGatewaysCreateOrUpdateOptionalParams)

在指定的資源群組中建立或更新 ExpressRoute 閘道。

beginCreateOrUpdateAndWait(string, string, ExpressRouteGateway, ExpressRouteGatewaysCreateOrUpdateOptionalParams)

在指定的資源群組中建立或更新 ExpressRoute 閘道。

beginDelete(string, string, ExpressRouteGatewaysDeleteOptionalParams)

刪除資源群組中的指定 ExpressRoute 閘道。 只有在沒有連線子資源時,才能刪除 ExpressRoute 閘道資源。

beginDeleteAndWait(string, string, ExpressRouteGatewaysDeleteOptionalParams)

刪除資源群組中的指定 ExpressRoute 閘道。 只有在沒有連線子資源時,才能刪除 ExpressRoute 閘道資源。

beginUpdateTags(string, string, TagsObject, ExpressRouteGatewaysUpdateTagsOptionalParams)

更新快速路由網關標籤。

beginUpdateTagsAndWait(string, string, TagsObject, ExpressRouteGatewaysUpdateTagsOptionalParams)

更新快速路由網關標籤。

get(string, string, ExpressRouteGatewaysGetOptionalParams)

擷取資源群組中ExpressRoute閘道的詳細數據。

listByResourceGroup(string, ExpressRouteGatewaysListByResourceGroupOptionalParams)

列出指定資源群組中的 ExpressRoute 閘道。

listBySubscription(ExpressRouteGatewaysListBySubscriptionOptionalParams)

列出指定訂用帳戶下的 ExpressRoute 閘道。

方法詳細資料

beginCreateOrUpdate(string, string, ExpressRouteGateway, ExpressRouteGatewaysCreateOrUpdateOptionalParams)

在指定的資源群組中建立或更新 ExpressRoute 閘道。

function beginCreateOrUpdate(resourceGroupName: string, expressRouteGatewayName: string, putExpressRouteGatewayParameters: ExpressRouteGateway, options?: ExpressRouteGatewaysCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ExpressRouteGateway>, ExpressRouteGateway>>

參數

resourceGroupName

string

資源群組的名稱。

expressRouteGatewayName

string

ExpressRoute 閘道的名稱。

putExpressRouteGatewayParameters
ExpressRouteGateway

ExpressRoute 閘道 PUT 作業所需的參數。

傳回

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

beginCreateOrUpdateAndWait(string, string, ExpressRouteGateway, ExpressRouteGatewaysCreateOrUpdateOptionalParams)

在指定的資源群組中建立或更新 ExpressRoute 閘道。

function beginCreateOrUpdateAndWait(resourceGroupName: string, expressRouteGatewayName: string, putExpressRouteGatewayParameters: ExpressRouteGateway, options?: ExpressRouteGatewaysCreateOrUpdateOptionalParams): Promise<ExpressRouteGateway>

參數

resourceGroupName

string

資源群組的名稱。

expressRouteGatewayName

string

ExpressRoute 閘道的名稱。

putExpressRouteGatewayParameters
ExpressRouteGateway

ExpressRoute 閘道 PUT 作業所需的參數。

傳回

beginDelete(string, string, ExpressRouteGatewaysDeleteOptionalParams)

刪除資源群組中的指定 ExpressRoute 閘道。 只有在沒有連線子資源時,才能刪除 ExpressRoute 閘道資源。

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

參數

resourceGroupName

string

資源群組的名稱。

expressRouteGatewayName

string

ExpressRoute 閘道的名稱。

傳回

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

beginDeleteAndWait(string, string, ExpressRouteGatewaysDeleteOptionalParams)

刪除資源群組中的指定 ExpressRoute 閘道。 只有在沒有連線子資源時,才能刪除 ExpressRoute 閘道資源。

function beginDeleteAndWait(resourceGroupName: string, expressRouteGatewayName: string, options?: ExpressRouteGatewaysDeleteOptionalParams): Promise<void>

參數

resourceGroupName

string

資源群組的名稱。

expressRouteGatewayName

string

ExpressRoute 閘道的名稱。

傳回

Promise<void>

beginUpdateTags(string, string, TagsObject, ExpressRouteGatewaysUpdateTagsOptionalParams)

更新快速路由網關標籤。

function beginUpdateTags(resourceGroupName: string, expressRouteGatewayName: string, expressRouteGatewayParameters: TagsObject, options?: ExpressRouteGatewaysUpdateTagsOptionalParams): Promise<SimplePollerLike<OperationState<ExpressRouteGateway>, ExpressRouteGateway>>

參數

resourceGroupName

string

ExpressRouteGateway 的資源組名。

expressRouteGatewayName

string

閘道名稱。

expressRouteGatewayParameters
TagsObject

提供用來更新虛擬 wan Express Route 閘道標籤的參數。

傳回

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

beginUpdateTagsAndWait(string, string, TagsObject, ExpressRouteGatewaysUpdateTagsOptionalParams)

更新快速路由網關標籤。

function beginUpdateTagsAndWait(resourceGroupName: string, expressRouteGatewayName: string, expressRouteGatewayParameters: TagsObject, options?: ExpressRouteGatewaysUpdateTagsOptionalParams): Promise<ExpressRouteGateway>

參數

resourceGroupName

string

ExpressRouteGateway 的資源組名。

expressRouteGatewayName

string

閘道名稱。

expressRouteGatewayParameters
TagsObject

提供用來更新虛擬 wan Express Route 閘道標籤的參數。

傳回

get(string, string, ExpressRouteGatewaysGetOptionalParams)

擷取資源群組中ExpressRoute閘道的詳細數據。

function get(resourceGroupName: string, expressRouteGatewayName: string, options?: ExpressRouteGatewaysGetOptionalParams): Promise<ExpressRouteGateway>

參數

resourceGroupName

string

資源群組的名稱。

expressRouteGatewayName

string

ExpressRoute 閘道的名稱。

options
ExpressRouteGatewaysGetOptionalParams

選項參數。

傳回

listByResourceGroup(string, ExpressRouteGatewaysListByResourceGroupOptionalParams)

列出指定資源群組中的 ExpressRoute 閘道。

function listByResourceGroup(resourceGroupName: string, options?: ExpressRouteGatewaysListByResourceGroupOptionalParams): Promise<ExpressRouteGatewayList>

參數

resourceGroupName

string

資源群組的名稱。

傳回

listBySubscription(ExpressRouteGatewaysListBySubscriptionOptionalParams)

列出指定訂用帳戶下的 ExpressRoute 閘道。

function listBySubscription(options?: ExpressRouteGatewaysListBySubscriptionOptionalParams): Promise<ExpressRouteGatewayList>

參數

傳回