WebAppsOperationsExtensions.MigrateStorageAsync メソッド

定義

Web アプリを復元します。

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

パラメーター

operations
IWebAppsOperations

この拡張メソッドの操作グループ。

subscriptionName
String

Azure のサブスクリプション。

resourceGroupName
String

リソースが属しているリソース グループの名前。

name
String

Web アプリの名前。

migrationOptions
StorageMigrationOptions

移行の移行オプション。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

「Web アプリを復元する」の説明。

適用対象