Freigeben über


WebAppsOperationsExtensions.BeginRestoreFromDeletedAppAsync Methode

Definition

Stellt eine gelöschte Web-App in dieser Web-App wieder her.

public static System.Threading.Tasks.Task BeginRestoreFromDeletedAppAsync (this Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.AppService.Fluent.Models.DeletedAppRestoreRequest restoreRequest, System.Threading.CancellationToken cancellationToken = default);
static member BeginRestoreFromDeletedAppAsync : Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations * string * string * Microsoft.Azure.Management.AppService.Fluent.Models.DeletedAppRestoreRequest * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function BeginRestoreFromDeletedAppAsync (operations As IWebAppsOperations, resourceGroupName As String, name As String, restoreRequest As DeletedAppRestoreRequest, Optional cancellationToken As CancellationToken = Nothing) As Task

Parameter

operations
IWebAppsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

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

name
String

Name der Web-App.

restoreRequest
DeletedAppRestoreRequest

Informationen zur Wiederherstellung der Web-App wurden gelöscht.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Beschreibung für Wiederherstellen einer gelöschten Web-App in dieser Web-App.

Gilt für: