RouteTablesOperationsExtensions.UpdateTagsAsync Method

Definition

Updates a route table tags.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Fluent.Models.RouteTableInner> UpdateTagsAsync (this Microsoft.Azure.Management.Network.Fluent.IRouteTablesOperations operations, string resourceGroupName, string routeTableName, System.Collections.Generic.IDictionary<string,string> tags = default, System.Threading.CancellationToken cancellationToken = default);
static member UpdateTagsAsync : Microsoft.Azure.Management.Network.Fluent.IRouteTablesOperations * string * string * System.Collections.Generic.IDictionary<string, string> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Fluent.Models.RouteTableInner>
<Extension()>
Public Function UpdateTagsAsync (operations As IRouteTablesOperations, resourceGroupName As String, routeTableName As String, Optional tags As IDictionary(Of String, String) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of RouteTableInner)

Parameters

operations
IRouteTablesOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

routeTableName
String

The name of the route table.

tags
IDictionary<String,String>

Resource tags.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to