ConfigurationClient.ArchiveSnapshot Methode

Definition

Überlädt

ArchiveSnapshot(String, CancellationToken)

Updates den Status einer zu archivierenden Konfiguration Momentaufnahme.

ArchiveSnapshot(String, MatchConditions, CancellationToken)

Updates den Status einer zu archivierenden Konfiguration Momentaufnahme.

ArchiveSnapshot(String, CancellationToken)

Quelle:
ConfigurationClient.cs
Quelle:
ConfigurationClient.cs

Updates den Status einer zu archivierenden Konfiguration Momentaufnahme.

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

Parameter

snapshotName
String

Der Name der zu archivierenden Konfiguration Momentaufnahme.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Gilt für:

ArchiveSnapshot(String, MatchConditions, CancellationToken)

Quelle:
ConfigurationClient.cs
Quelle:
ConfigurationClient.cs

Updates den Status einer zu archivierenden Konfiguration Momentaufnahme.

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

Parameter

snapshotName
String

Der Name der zu archivierenden 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: