Share via


RouteFiltersOperationsExtensions.UpdateTags Method

Definition

Updates tags of a route filter.

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

Parameters

operations
IRouteFiltersOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

routeFilterName
String

The name of the route filter.

parameters
TagsObject

Parameters supplied to update route filter tags.

Returns

Applies to