Поделиться через


WebAppsOperationsExtensions.RestoreSnapshotSlotAsync Метод

Определение

Восстанавливает веб-приложение из snapshot.

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

Параметры

operations
IWebAppsOperations

Группа операций для этого метода расширения.

resourceGroupName
String

Имя группы ресурсов, к которой принадлежит ресурс.

name
String

Имя веб-приложения.

restoreRequest
SnapshotRestoreRequest

Параметры восстановления моментальных снимков. Сведения о моментальном снимке можно получить, вызвав API GetDeletedSites или GetSiteSnapshots.

slot
String

Имя слота веб-приложения. Если не указано, по умолчанию используется рабочий слот.

cancellationToken
CancellationToken

Токен отмены.

Возвращаемое значение

Комментарии

Описание восстановления веб-приложения из snapshot.

Применяется к