Freigeben über


SiteConfigSnapshotCollection.GetAsync(String, CancellationToken) Methode

Definition

Beschreibung für Ruft eine Momentaufnahme der Konfiguration einer App zu einem früheren Zeitpunkt ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/web/snapshots/{snapshotId}
  • Vorgang IdWebApps_GetConfigurationSnapshot
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteConfigSnapshotResource>> GetAsync (string snapshotId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteConfigSnapshotResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteConfigSnapshotResource>>
Public Overridable Function GetAsync (snapshotId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SiteConfigSnapshotResource))

Parameter

snapshotId
String

Die ID des zu lesenden Momentaufnahme.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

snapshotId ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

snapshotId ist NULL.

Gilt für: