Condividi tramite


IWebAppsOperations.RestoreSnapshotSlotWithHttpMessagesAsync Metodo

Definizione

Ripristina un'app Web da uno snapshot.

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

Parametri

resourceGroupName
String

Nome del gruppo di risorse a cui appartiene la risorsa.

name
String

Nome dell'app Web.

restoreRequest
SnapshotRestoreRequest

Impostazioni di ripristino snapshot. Le informazioni sullo snapshot possono essere ottenute chiamando GetDeletedSites o l'API GetSiteSnapshots.

slot
String

Nome dello slot dell'app Web. Se non specificato, il valore predefinito verrà impostato su slot di produzione.

customHeaders
Dictionary<String,List<String>>

Intestazioni che verranno aggiunte alla richiesta.

cancellationToken
CancellationToken

Token di annullamento.

Restituisce

Eccezioni

Generato quando l'operazione ha restituito un codice di stato non valido

Generato quando l'operazione ha restituito un codice di stato non valido

Generato quando un parametro obbligatorio è Null

Commenti

Descrizione per Ripristinare un'app Web da uno snapshot.

Si applica a