IWebAppsOperations.MigrateStorageWithHttpMessagesAsync Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Восстанавливает веб-приложение.
public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.AppService.Fluent.Models.StorageMigrationResponseInner>> MigrateStorageWithHttpMessagesAsync (string subscriptionName, string resourceGroupName, string name, Microsoft.Azure.Management.AppService.Fluent.Models.StorageMigrationOptions migrationOptions, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member MigrateStorageWithHttpMessagesAsync : string * string * string * Microsoft.Azure.Management.AppService.Fluent.Models.StorageMigrationOptions * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.AppService.Fluent.Models.StorageMigrationResponseInner>>
Public Function MigrateStorageWithHttpMessagesAsync (subscriptionName As String, resourceGroupName As String, name As String, migrationOptions As StorageMigrationOptions, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of StorageMigrationResponseInner))
Параметры
- subscriptionName
- String
Подписка Azure.
- resourceGroupName
- String
Имя группы ресурсов, к которой принадлежит ресурс.
- name
- String
Имя веб-приложения.
- migrationOptions
- StorageMigrationOptions
МиграцияПараметры миграции.
- customHeaders
- Dictionary<String,List<String>>
Заголовки, которые будут добавлены в запрос.
- cancellationToken
- CancellationToken
Токен отмены.
Возвращаемое значение
Исключения
Возникает, когда операция возвращает недопустимый код состояния
Возникает, если не удается десериализовать ответ
Возникает, если обязательный параметр имеет значение NULL
Комментарии
Описание восстановления веб-приложения.
Применяется к
Azure SDK for .NET