Freigeben über


BlueprintCollection.CreateOrUpdateAsync Methode

Definition

Erstellen oder Aktualisieren einer Blaupausendefinition

  • Anforderungspfad/{resourceScope}/providers/Microsoft.Blueprint/blueprints/{blueprintName}
  • Vorgang IdBlueprints_CreateOrUpdate
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Blueprint.BlueprintResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string blueprintName, Azure.ResourceManager.Blueprint.BlueprintData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Blueprint.BlueprintData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Blueprint.BlueprintResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Blueprint.BlueprintData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Blueprint.BlueprintResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, blueprintName As String, data As BlueprintData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of BlueprintResource))

Parameter

waitUntil
WaitUntil

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

blueprintName
String

Name der Blaupausendefinition.

data
BlueprintData

Blaupausendefinition.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

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

blueprintName oder data ist NULL.

Gilt für: