Freigeben über


ConfigurationClient.CreateSnapshotAsync Methode

Definition

Erstellt eine Konfigurations-Momentaufnahme.

public virtual System.Threading.Tasks.Task<Azure.Data.AppConfiguration.CreateSnapshotOperation> CreateSnapshotAsync (Azure.WaitUntil wait, string snapshotName, Azure.Data.AppConfiguration.ConfigurationSnapshot snapshot, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateSnapshotAsync : Azure.WaitUntil * string * Azure.Data.AppConfiguration.ConfigurationSnapshot * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Data.AppConfiguration.CreateSnapshotOperation>
override this.CreateSnapshotAsync : Azure.WaitUntil * string * Azure.Data.AppConfiguration.ConfigurationSnapshot * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Data.AppConfiguration.CreateSnapshotOperation>
Public Overridable Function CreateSnapshotAsync (wait As WaitUntil, snapshotName As String, snapshot As ConfigurationSnapshot, Optional cancellationToken As CancellationToken = Nothing) As Task(Of CreateSnapshotOperation)

Parameter

wait
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

snapshotName
String

Der Name der zu erstellenden Konfiguration Momentaufnahme.

snapshot
ConfigurationSnapshot

Die zu erstellende Konfiguration Momentaufnahme.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Gilt für: