ExpressRouteCrossConnectionsOperationsExtensions.UpdateTags Method

Definition

Updates an express route cross connection tags.

public static Microsoft.Azure.Management.Network.Models.ExpressRouteCrossConnection UpdateTags (this Microsoft.Azure.Management.Network.IExpressRouteCrossConnectionsOperations operations, string resourceGroupName, string crossConnectionName, Microsoft.Azure.Management.Network.Models.TagsObject crossConnectionParameters);
static member UpdateTags : Microsoft.Azure.Management.Network.IExpressRouteCrossConnectionsOperations * string * string * Microsoft.Azure.Management.Network.Models.TagsObject -> Microsoft.Azure.Management.Network.Models.ExpressRouteCrossConnection
<Extension()>
Public Function UpdateTags (operations As IExpressRouteCrossConnectionsOperations, resourceGroupName As String, crossConnectionName As String, crossConnectionParameters As TagsObject) As ExpressRouteCrossConnection

Parameters

operations
IExpressRouteCrossConnectionsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

crossConnectionName
String

The name of the cross connection.

crossConnectionParameters
TagsObject

Parameters supplied to update express route cross connection tags.

Returns

Applies to