WebAppsOperationsExtensions.RestoreSnapshotAsync Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ripristina un'app Web da uno snapshot.
public static System.Threading.Tasks.Task RestoreSnapshotAsync (this Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.AppService.Fluent.Models.SnapshotRestoreRequest restoreRequest, System.Threading.CancellationToken cancellationToken = default);
static member RestoreSnapshotAsync : Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations * string * string * Microsoft.Azure.Management.AppService.Fluent.Models.SnapshotRestoreRequest * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function RestoreSnapshotAsync (operations As IWebAppsOperations, resourceGroupName As String, name As String, restoreRequest As SnapshotRestoreRequest, Optional cancellationToken As CancellationToken = Nothing) As Task
Parametri
- operations
- IWebAppsOperations
Gruppo di operazioni per questo metodo di estensione.
- 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.
- cancellationToken
- CancellationToken
Token di annullamento.
Restituisce
Commenti
Descrizione per Ripristinare un'app Web da uno snapshot.