ExpressRouteGateways interface
ExpressRouteGateways を表すインターフェイス。
メソッド
メソッドの詳細
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 操作で必要なパラメーター。
オプション パラメーター。
戻り値
Promise<ExpressRouteGateway>
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)
Express Route ゲートウェイ タグを更新します。
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)
Express Route ゲートウェイ タグを更新します。
function beginUpdateTagsAndWait(resourceGroupName: string, expressRouteGatewayName: string, expressRouteGatewayParameters: TagsObject, options?: ExpressRouteGatewaysUpdateTagsOptionalParams): Promise<ExpressRouteGateway>
パラメーター
- resourceGroupName
-
string
ExpressRouteGateway のリソース グループ名。
- expressRouteGatewayName
-
string
ゲートウェイの名前。
- expressRouteGatewayParameters
- TagsObject
仮想 WAN Express Route ゲートウェイ タグを更新するために指定されたパラメーター。
オプション パラメーター。
戻り値
Promise<ExpressRouteGateway>
get(string, string, ExpressRouteGatewaysGetOptionalParams)
リソース グループ内の ExpressRoute ゲートウェイの詳細をフェッチします。
function get(resourceGroupName: string, expressRouteGatewayName: string, options?: ExpressRouteGatewaysGetOptionalParams): Promise<ExpressRouteGateway>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- expressRouteGatewayName
-
string
ExpressRoute ゲートウェイの名前。
オプション パラメーター。
戻り値
Promise<ExpressRouteGateway>
listByResourceGroup(string, ExpressRouteGatewaysListByResourceGroupOptionalParams)
特定のリソース グループ内の ExpressRoute ゲートウェイを一覧表示します。
function listByResourceGroup(resourceGroupName: string, options?: ExpressRouteGatewaysListByResourceGroupOptionalParams): Promise<ExpressRouteGatewayList>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
オプション パラメーター。
戻り値
Promise<ExpressRouteGatewayList>
listBySubscription(ExpressRouteGatewaysListBySubscriptionOptionalParams)
特定のサブスクリプションの ExpressRoute ゲートウェイを一覧表示します。
function listBySubscription(options?: ExpressRouteGatewaysListBySubscriptionOptionalParams): Promise<ExpressRouteGatewayList>
パラメーター
オプション パラメーター。
戻り値
Promise<ExpressRouteGatewayList>