NetworkProfilesOperationsExtensions.UpdateTagsAsync Method

Definition

Updates network profile tags.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.NetworkProfile> UpdateTagsAsync (this Microsoft.Azure.Management.Network.INetworkProfilesOperations operations, string resourceGroupName, string networkProfileName, Microsoft.Azure.Management.Network.Models.TagsObject parameters, System.Threading.CancellationToken cancellationToken = default);
static member UpdateTagsAsync : Microsoft.Azure.Management.Network.INetworkProfilesOperations * string * string * Microsoft.Azure.Management.Network.Models.TagsObject * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.NetworkProfile>
<Extension()>
Public Function UpdateTagsAsync (operations As INetworkProfilesOperations, resourceGroupName As String, networkProfileName As String, parameters As TagsObject, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NetworkProfile)

Parameters

operations
INetworkProfilesOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

networkProfileName
String

The name of the network profile.

parameters
TagsObject

Parameters supplied to update network profile tags.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to