Aracılığıyla paylaş


RouteTablesOperationsExtensions.UpdateTagsAsync Method

Definition

Updates a route table tags.

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

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.

parameters
TagsObject

Parameters supplied to update route table tags.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to