WebSiteResource.MigrateStorageAsync Method

Definition

Description for Restores a web app.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/migrate
  • Operation Id: WebApps_MigrateStorage
  • Default Api Version: 2021-02-01
  • Resource: WebSiteResource
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppService.Models.StorageMigrationResult>> MigrateStorageAsync (Azure.WaitUntil waitUntil, string subscriptionName, Azure.ResourceManager.AppService.Models.StorageMigrationContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member MigrateStorageAsync : Azure.WaitUntil * string * Azure.ResourceManager.AppService.Models.StorageMigrationContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppService.Models.StorageMigrationResult>>
override this.MigrateStorageAsync : Azure.WaitUntil * string * Azure.ResourceManager.AppService.Models.StorageMigrationContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppService.Models.StorageMigrationResult>>
Public Overridable Function MigrateStorageAsync (waitUntil As WaitUntil, subscriptionName As String, content As StorageMigrationContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of StorageMigrationResult))

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

subscriptionName
String

Azure subscription.

content
StorageMigrationContent

Migration migrationOptions.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

subscriptionName or content is null.

Applies to