Sdílet prostřednictvím


ExpressRouteGatewaysOperationsExtensions.UpdateTags Method

Definition

Updates express route gateway tags.

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

Parameters

operations
IExpressRouteGatewaysOperations

The operations group for this extension method.

resourceGroupName
String

The resource group name of the ExpressRouteGateway.

expressRouteGatewayName
String

The name of the gateway.

expressRouteGatewayParameters
TagsObject

Parameters supplied to update a virtual wan express route gateway tags.

Returns

Applies to