Aracılığıyla paylaş


RouteTablesOperationsExtensions.UpdateTags Method

Definition

Updates a route table tags.

public static Microsoft.Azure.Management.Network.Models.RouteTable UpdateTags (this Microsoft.Azure.Management.Network.IRouteTablesOperations operations, string resourceGroupName, string routeTableName, Microsoft.Azure.Management.Network.Models.TagsObject parameters);
static member UpdateTags : Microsoft.Azure.Management.Network.IRouteTablesOperations * string * string * Microsoft.Azure.Management.Network.Models.TagsObject -> Microsoft.Azure.Management.Network.Models.RouteTable
<Extension()>
Public Function UpdateTags (operations As IRouteTablesOperations, resourceGroupName As String, routeTableName As String, parameters As TagsObject) As 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.

Returns

Applies to