ExpressRoutePortsOperationsExtensions.UpdateTags Method

Definition

Update ExpressRoutePort tags.

public static Microsoft.Azure.Management.Network.Models.ExpressRoutePort UpdateTags (this Microsoft.Azure.Management.Network.IExpressRoutePortsOperations operations, string resourceGroupName, string expressRoutePortName, Microsoft.Azure.Management.Network.Models.TagsObject parameters);
static member UpdateTags : Microsoft.Azure.Management.Network.IExpressRoutePortsOperations * string * string * Microsoft.Azure.Management.Network.Models.TagsObject -> Microsoft.Azure.Management.Network.Models.ExpressRoutePort
<Extension()>
Public Function UpdateTags (operations As IExpressRoutePortsOperations, resourceGroupName As String, expressRoutePortName As String, parameters As TagsObject) As ExpressRoutePort

Parameters

operations
IExpressRoutePortsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

expressRoutePortName
String

The name of the ExpressRoutePort resource.

parameters
TagsObject

Parameters supplied to update ExpressRoutePort resource tags.

Returns

Applies to