次の方法で共有


ExpressRouteGatewaysOperationsExtensions.UpdateTags メソッド

定義

express route ゲートウェイ タグを更新します。

public static Microsoft.Azure.Management.Network.Models.ExpressRouteGateway UpdateTags (this Microsoft.Azure.Management.Network.IExpressRouteGatewaysOperations operations, string resourceGroupName, string expressRouteGatewayName, Microsoft.Azure.Management.Network.Models.TagsObject expressRouteGatewayParameters);
static member UpdateTags : Microsoft.Azure.Management.Network.IExpressRouteGatewaysOperations * string * string * Microsoft.Azure.Management.Network.Models.TagsObject -> Microsoft.Azure.Management.Network.Models.ExpressRouteGateway
<Extension()>
Public Function UpdateTags (operations As IExpressRouteGatewaysOperations, resourceGroupName As String, expressRouteGatewayName As String, expressRouteGatewayParameters As TagsObject) As ExpressRouteGateway

パラメーター

operations
IExpressRouteGatewaysOperations

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

resourceGroupName
String

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

expressRouteGatewayName
String

ゲートウェイの名前。

expressRouteGatewayParameters
TagsObject

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

戻り値

適用対象