Share via


LoadBalancersOperationsExtensions.UpdateTagsAsync Method

Definition

Updates a load balancer tags.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Fluent.Models.LoadBalancerInner> UpdateTagsAsync (this Microsoft.Azure.Management.Network.Fluent.ILoadBalancersOperations operations, string resourceGroupName, string loadBalancerName, System.Collections.Generic.IDictionary<string,string> tags = default, System.Threading.CancellationToken cancellationToken = default);
static member UpdateTagsAsync : Microsoft.Azure.Management.Network.Fluent.ILoadBalancersOperations * string * string * System.Collections.Generic.IDictionary<string, string> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Fluent.Models.LoadBalancerInner>
<Extension()>
Public Function UpdateTagsAsync (operations As ILoadBalancersOperations, resourceGroupName As String, loadBalancerName As String, Optional tags As IDictionary(Of String, String) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of LoadBalancerInner)

Parameters

operations
ILoadBalancersOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

loadBalancerName
String

The name of the load balancer.

tags
IDictionary<String,String>

Resource tags.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to