WebAppsOperationsExtensions.BeginRecoverSlotAsync(IWebAppsOperations, String, String, SnapshotRecoveryRequestInner, String, CancellationToken) Method
Definition
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.RecoverResponseInner> BeginRecoverSlotAsync (this Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.AppService.Fluent.Models.SnapshotRecoveryRequestInner recoveryEntity, string slot, System.Threading.CancellationToken cancellationToken = null);
static member BeginRecoverSlotAsync : Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations * string * string * Microsoft.Azure.Management.AppService.Fluent.Models.SnapshotRecoveryRequestInner * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.RecoverResponseInner>
Parameters
Returns
- Task<RecoverResponseInner>
Applies to