次の方法で共有


ExpressRouteGatewaysOperationsExtensions.BeginUpdateTagsAsync メソッド

定義

高速ルート ゲートウェイ タグを更新します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.ExpressRouteGateway> BeginUpdateTagsAsync (this Microsoft.Azure.Management.Network.IExpressRouteGatewaysOperations operations, string resourceGroupName, string expressRouteGatewayName, Microsoft.Azure.Management.Network.Models.TagsObject expressRouteGatewayParameters, System.Threading.CancellationToken cancellationToken = default);
static member BeginUpdateTagsAsync : Microsoft.Azure.Management.Network.IExpressRouteGatewaysOperations * string * string * Microsoft.Azure.Management.Network.Models.TagsObject * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.ExpressRouteGateway>
<Extension()>
Public Function BeginUpdateTagsAsync (operations As IExpressRouteGatewaysOperations, resourceGroupName As String, expressRouteGatewayName As String, expressRouteGatewayParameters As TagsObject, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ExpressRouteGateway)

パラメーター

operations
IExpressRouteGatewaysOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

ExpressRouteGateway のリソース グループ名。

expressRouteGatewayName
String

ゲートウェイの名前。

expressRouteGatewayParameters
TagsObject

仮想 wan Express Route ゲートウェイ タグを更新するために指定されたパラメーター。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象