Freigeben über


IPAllocationCollection.CreateOrUpdateAsync Methode

Definition

Erstellt oder aktualisiert einen IpAllocation-Standort in der angegebenen Ressourcengruppe.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/IpAllocations/{ipAllocationName}
  • Vorgangs-IdIpAllocations_CreateOrUpdate
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.IPAllocationResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string ipAllocationName, Azure.ResourceManager.Network.IPAllocationData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Network.IPAllocationData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.IPAllocationResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Network.IPAllocationData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.IPAllocationResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, ipAllocationName As String, data As IPAllocationData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of IPAllocationResource))

Parameter

waitUntil
WaitUntil

Completed , wenn die Methode auf die Rückgabe warten soll, bis der zeitintensive Vorgang für den Dienst abgeschlossen ist; Started , wenn sie nach dem Starten des Vorgangs zurückgegeben werden soll. Weitere Informationen zu Vorgängen mit langer Ausführungszeit finden Sie unter Beispiele für Azure.Core-Long-Running-Vorgänge.

ipAllocationName
String

Der Name der IpAllocation.

data
IPAllocationData

Parameter, die für den Vorgang zum Erstellen oder Aktualisieren des virtuellen Netzwerks bereitgestellt werden.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

ipAllocationName ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

ipAllocationName oder data ist NULL.

Gilt für: