WebAppsOperationsExtensions.BeginRestoreAsync(IWebAppsOperations, String, String, String, RestoreRequestInner, CancellationToken) Method
Definition
Restores a specific backup to another app (or deployment slot, if specified).
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.RestoreResponseInner> BeginRestoreAsync (this Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations operations, string resourceGroupName, string name, string backupId, Microsoft.Azure.Management.AppService.Fluent.Models.RestoreRequestInner request, System.Threading.CancellationToken cancellationToken = null);
static member BeginRestoreAsync : Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations * string * string * string * Microsoft.Azure.Management.AppService.Fluent.Models.RestoreRequestInner * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.RestoreResponseInner>
Parameters
- operations
- IWebAppsOperations
The operations group for this extension method.
- resourceGroupName
- String
Name of the resource group to which the resource belongs.
- name
- String
Name of the app.
- backupId
- String
ID of the backup.
- request
- RestoreRequestInner
Information on restore request
- cancellationToken
- CancellationToken
The cancellation token.
Returns
Remarks
Restores a specific backup to another app (or deployment slot, if
specified).