Freigeben über


WebAppsOperationsExtensions.BeginMigrateStorageAsync Methode

Definition

Stellt eine Web-App wieder her.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Models.StorageMigrationResponse> BeginMigrateStorageAsync (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string subscriptionName, string resourceGroupName, string name, Microsoft.Azure.Management.WebSites.Models.StorageMigrationOptions migrationOptions, System.Threading.CancellationToken cancellationToken = default);
static member BeginMigrateStorageAsync : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * string * string * Microsoft.Azure.Management.WebSites.Models.StorageMigrationOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Models.StorageMigrationResponse>
<Extension()>
Public Function BeginMigrateStorageAsync (operations As IWebAppsOperations, subscriptionName As String, resourceGroupName As String, name As String, migrationOptions As StorageMigrationOptions, Optional cancellationToken As CancellationToken = Nothing) As Task(Of StorageMigrationResponse)

Parameter

operations
IWebAppsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

subscriptionName
String

Azure-Abonnement.

resourceGroupName
String

Name der Ressourcengruppe, zu der die Ressource gehört.

name
String

Name der Web-App.

migrationOptions
StorageMigrationOptions

MigrationsmigrationOptions.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Beschreibung für Wiederherstellung einer Web-App.

Gilt für: