Dela via


WebAppsOperationsExtensions.BeginRestoreFromDeletedAppAsync Metod

Definition

Återställer en borttagen webbapp till den här webbappen.

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

Parametrar

operations
IWebAppsOperations

Åtgärdsgruppen för den här tilläggsmetoden.

resourceGroupName
String

Namnet på resursgruppen som resursen tillhör.

name
String

Namnet på webbappen.

restoreRequest
DeletedAppRestoreRequest

Borttagen återställningsinformation för webbappen.

cancellationToken
CancellationToken

Annulleringstoken.

Returer

Kommentarer

Beskrivning för Återställer en borttagen webbapp till den här webbappen.

Gäller för