Freigeben über


IPAllocationResource.Update(NetworkTagsObject, CancellationToken) Methode

Definition

Updates ipAllocation-Tags.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/IpAllocations/{ipAllocationName}
  • Vorgangs-IdIpAllocations_UpdateTags
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)

Parameter

networkTagsObject
NetworkTagsObject

Parameter, die zum Aktualisieren von IpAllocation-Tags bereitgestellt werden.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

networkTagsObject ist NULL.

Gilt für: