Freigeben über


ProximityPlacementGroupCollection.CreateOrUpdate Methode

Definition

Erstellen oder aktualisieren Sie eine Näherungsplatzierungsgruppe.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/proximityPlacementGroups/{proximityPlacementGroupName}
  • Vorgangs-IdProximityPlacementGroups_CreateOrUpdate
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Compute.ProximityPlacementGroupResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string proximityPlacementGroupName, Azure.ResourceManager.Compute.ProximityPlacementGroupData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Compute.ProximityPlacementGroupData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Compute.ProximityPlacementGroupResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Compute.ProximityPlacementGroupData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Compute.ProximityPlacementGroupResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, proximityPlacementGroupName As String, data As ProximityPlacementGroupData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of ProximityPlacementGroupResource)

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.

proximityPlacementGroupName
String

Der Name der Näherungsplatzierungsgruppe.

data
ProximityPlacementGroupData

Parameter, die für den Vorgang Näherungsplatzierungsgruppe erstellen bereitgestellt werden.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

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

proximityPlacementGroupName oder data ist NULL.

Gilt für: