Freigeben über


SnapshotPolicyResource.Update Methode

Definition

Patchen einer Momentaufnahme-Richtlinie

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/snapshotPolicies/{snapshotPolicyName}
  • Vorgangs-IdSnapshotPolicies_Update
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.NetApp.SnapshotPolicyResource> Update (Azure.WaitUntil waitUntil, Azure.ResourceManager.NetApp.Models.SnapshotPolicyPatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.WaitUntil * Azure.ResourceManager.NetApp.Models.SnapshotPolicyPatch * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.NetApp.SnapshotPolicyResource>
override this.Update : Azure.WaitUntil * Azure.ResourceManager.NetApp.Models.SnapshotPolicyPatch * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.NetApp.SnapshotPolicyResource>
Public Overridable Function Update (waitUntil As WaitUntil, patch As SnapshotPolicyPatch, 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.

patch
SnapshotPolicyPatch

Im Text des Vorgangs bereitgestelltes Momentaufnahmerichtlinienobjekt.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

patch ist NULL.

Gilt für: