ExpressRoutePortsOperations.UpdateTagsAsync(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.
Update ExpressRoutePort tags.
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Network.Models.ExpressRoutePort>> UpdateTagsAsync (string resourceGroupName, string expressRoutePortName, Azure.ResourceManager.Network.Models.TagsObject parameters, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateTagsAsync : string * string * Azure.ResourceManager.Network.Models.TagsObject * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Network.Models.ExpressRoutePort>>
override this.UpdateTagsAsync : string * string * Azure.ResourceManager.Network.Models.TagsObject * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Network.Models.ExpressRoutePort>>
Public Overridable Function UpdateTagsAsync (resourceGroupName As String, expressRoutePortName As String, parameters As TagsObject, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ExpressRoutePort))
Parameters
- resourceGroupName
- System.String
The name of the resource group.
- expressRoutePortName
- System.String
The name of the ExpressRoutePort resource.
- parameters
- TagsObject
Parameters supplied to update ExpressRoutePort resource tags.
- cancellationToken
- System.Threading.CancellationToken
The cancellation token to use.
Returns
- System.Threading.Tasks.Task<Response<ExpressRoutePort>>