Share via


IPAllocationResource.Update(NetworkTagsObject, CancellationToken) Method

Definition

Updates a IpAllocation tags.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/IpAllocations/{ipAllocationName}
  • Operation Id: IpAllocations_UpdateTags
  • Default Api Version: 2023-09-01
  • Resource: IPAllocationResource
public virtual Azure.Response<Azure.ResourceManager.Network.IPAllocationResource> Update (Azure.ResourceManager.Network.Models.NetworkTagsObject networkTagsObject, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.ResourceManager.Network.Models.NetworkTagsObject * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Network.IPAllocationResource>
override this.Update : Azure.ResourceManager.Network.Models.NetworkTagsObject * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Network.IPAllocationResource>
Public Overridable Function Update (networkTagsObject As NetworkTagsObject, Optional cancellationToken As CancellationToken = Nothing) As Response(Of IPAllocationResource)

Parameters

networkTagsObject
NetworkTagsObject

Parameters supplied to update IpAllocation tags.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

networkTagsObject is null.

Applies to