CustomIPPrefixesOperationsExtensions.UpdateTags Method

Definition

Updates custom IP prefix tags.

public static Microsoft.Azure.Management.Network.Models.CustomIpPrefix UpdateTags (this Microsoft.Azure.Management.Network.ICustomIPPrefixesOperations operations, string resourceGroupName, string customIpPrefixName, Microsoft.Azure.Management.Network.Models.TagsObject parameters);
static member UpdateTags : Microsoft.Azure.Management.Network.ICustomIPPrefixesOperations * string * string * Microsoft.Azure.Management.Network.Models.TagsObject -> Microsoft.Azure.Management.Network.Models.CustomIpPrefix
<Extension()>
Public Function UpdateTags (operations As ICustomIPPrefixesOperations, resourceGroupName As String, customIpPrefixName As String, parameters As TagsObject) As CustomIpPrefix

Parameters

operations
ICustomIPPrefixesOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

customIpPrefixName
String

The name of the custom IP prefix.

parameters
TagsObject

Parameters supplied to update custom IP prefix tags.

Returns

Applies to