Freigeben über


SnapshotPolicyCollection.CreateOrUpdate Methode

Definition

Erstellen einer Momentaufnahmenrichtlinie

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

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.

snapshotPolicyName
String

Der Name der Momentaufnahme richtlinie.

data
SnapshotPolicyData

Im Text des Vorgangs bereitgestelltes Momentaufnahmerichtlinienobjekt.

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: