NetworkProfilesOperationsExtensions.UpdateTags Method

Definition

Updates network profile tags.

public static Microsoft.Azure.Management.Network.Models.NetworkProfile UpdateTags (this Microsoft.Azure.Management.Network.INetworkProfilesOperations operations, string resourceGroupName, string networkProfileName, Microsoft.Azure.Management.Network.Models.TagsObject parameters);
static member UpdateTags : Microsoft.Azure.Management.Network.INetworkProfilesOperations * string * string * Microsoft.Azure.Management.Network.Models.TagsObject -> Microsoft.Azure.Management.Network.Models.NetworkProfile
<Extension()>
Public Function UpdateTags (operations As INetworkProfilesOperations, resourceGroupName As String, networkProfileName As String, parameters As TagsObject) As 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.

Returns

Applies to