RouteTablesOperations.UpdateTags(String, String, TagsObject, CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Updates a route table tags.
public virtual Azure.Response<Azure.ResourceManager.Network.Models.RouteTable> UpdateTags (string resourceGroupName, string routeTableName, Azure.ResourceManager.Network.Models.TagsObject parameters, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateTags : string * string * Azure.ResourceManager.Network.Models.TagsObject * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Network.Models.RouteTable>
override this.UpdateTags : string * string * Azure.ResourceManager.Network.Models.TagsObject * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Network.Models.RouteTable>
Public Overridable Function UpdateTags (resourceGroupName As String, routeTableName As String, parameters As TagsObject, Optional cancellationToken As CancellationToken = Nothing) As Response(Of RouteTable)
Parameters
- resourceGroupName
- System.String
The name of the resource group.
- routeTableName
- System.String
The name of the route table.
- parameters
- TagsObject
Parameters supplied to update route table tags.
- cancellationToken
- System.Threading.CancellationToken
The cancellation token to use.