Freigeben über


SnapshotPolicyCollection.CreateOrUpdateAsync Methode

Definition

Erstellen einer Momentaufnahmenrichtlinie

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/snapshotPolicies/{snapshotPolicyName}
  • Vorgang IdSnapshotPolicies_Create
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.NetApp.SnapshotPolicyResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string snapshotPolicyName, Azure.ResourceManager.NetApp.SnapshotPolicyData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.NetApp.SnapshotPolicyData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.NetApp.SnapshotPolicyResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.NetApp.SnapshotPolicyData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.NetApp.SnapshotPolicyResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, snapshotPolicyName As String, data As SnapshotPolicyData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of SnapshotPolicyResource))

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.

snapshotPolicyName
String

Der Name der Momentaufnahme-Richtlinie.

data
SnapshotPolicyData

Momentaufnahmerichtlinienobjekt, das im Textkörper des Vorgangs angegeben wird.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

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

snapshotPolicyName oder data ist NULL.

Gilt für: