IpAllocationsOperationsExtensions.UpdateTags Method

Definition

Updates a IpAllocation tags.

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

Parameters

operations
IIpAllocationsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

ipAllocationName
String

The name of the IpAllocation.

parameters
TagsObject

Parameters supplied to update IpAllocation tags.

Returns

Applies to