ConfigurationClient.RecoverSnapshotAsync Methode

Definition

Überlädt

RecoverSnapshotAsync(String, CancellationToken)

Updates den Status einer Konfiguration Momentaufnahme bereit.

RecoverSnapshotAsync(String, MatchConditions, CancellationToken)

Updates den Status einer Konfiguration Momentaufnahme bereit.

RecoverSnapshotAsync(String, CancellationToken)

Quelle:
ConfigurationClient.cs
Quelle:
ConfigurationClient.cs

Updates den Status einer Konfiguration Momentaufnahme bereit.

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

Parameter

snapshotName
String

Der Name der wiederherzustellenden Konfiguration Momentaufnahme.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Gilt für:

RecoverSnapshotAsync(String, MatchConditions, CancellationToken)

Quelle:
ConfigurationClient.cs
Quelle:
ConfigurationClient.cs

Updates den Status einer Konfiguration Momentaufnahme bereit.

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

Parameter

snapshotName
String

Der Name der wiederherzustellenden Konfiguration Momentaufnahme.

matchConditions
MatchConditions

Der Inhalt, der als Anforderungsbedingungen der Anforderung gesendet werden soll.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Gilt für: