Freigeben über


IWebAppsOperations.RecoverSiteConfigurationSnapshotSlotWithHttpMessagesAsync Methode

Definition

Stellt die Konfiguration einer App auf eine vorherige Momentaufnahme zurück.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse> RecoverSiteConfigurationSnapshotSlotWithHttpMessagesAsync (string resourceGroupName, string name, string snapshotId, string slot, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member RecoverSiteConfigurationSnapshotSlotWithHttpMessagesAsync : string * string * string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse>
Public Function RecoverSiteConfigurationSnapshotSlotWithHttpMessagesAsync (resourceGroupName As String, name As String, snapshotId As String, slot As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse)

Parameter

resourceGroupName
String

Name der Ressourcengruppe, zu der die Ressource gehört.

name
String

Name der App

snapshotId
String

Die ID des zu lesenden Momentaufnahme.

slot
String

Name des Bereitstellungsslots. Wenn kein Slot angegeben ist, gibt die API die Konfiguration für den Produktionsslot zurück.

customHeaders
Dictionary<String,List<String>>

Die Header, die der Anforderung hinzugefügt werden.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Ausnahmen

Wird ausgelöst, wenn der Vorgang einen ungültigen status Code zurückgegeben hat.

Wird ausgelöst, wenn der Vorgang einen ungültigen status Code zurückgegeben hat.

Wird ausgelöst, wenn ein erforderlicher Parameter NULL ist

Hinweise

Beschreibung für Wiederherstellen der Konfiguration einer App auf eine vorherige Momentaufnahme.

Gilt für: