Sdílet prostřednictvím


ExpressRouteGatewaysOperationsExtensions.BeginUpdateTags Method

Definition

Updates express route gateway tags.

public static Microsoft.Azure.Management.Network.Models.ExpressRouteGateway BeginUpdateTags (this Microsoft.Azure.Management.Network.IExpressRouteGatewaysOperations operations, string resourceGroupName, string expressRouteGatewayName, Microsoft.Azure.Management.Network.Models.TagsObject expressRouteGatewayParameters);
static member BeginUpdateTags : Microsoft.Azure.Management.Network.IExpressRouteGatewaysOperations * string * string * Microsoft.Azure.Management.Network.Models.TagsObject -> Microsoft.Azure.Management.Network.Models.ExpressRouteGateway
<Extension()>
Public Function BeginUpdateTags (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