次の方法で共有


ITemplateImageOperations.MigrateAsync メソッド

定義

コレクションのテンプレート イメージを指定された Azure ストレージ アカウントに移行する

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.RemoteApp.Models.OperationResultWithTrackingId> MigrateAsync (string collectionName, string targetAccountName, string targetAccountKey, string targetContainerName, bool overwriteExistingTemplateImage, System.Threading.CancellationToken cancellationToken);
abstract member MigrateAsync : string * string * string * string * bool * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.RemoteApp.Models.OperationResultWithTrackingId>
Public Function MigrateAsync (collectionName As String, targetAccountName As String, targetAccountKey As String, targetContainerName As String, overwriteExistingTemplateImage As Boolean, cancellationToken As CancellationToken) As Task(Of OperationResultWithTrackingId)

パラメーター

collectionName
String

コレクション名。

targetAccountName
String

宛先ストレージ アカウント名

targetAccountKey
String

宛先ストレージ アカウント キー

targetContainerName
String

宛先コンテナー名

overwriteExistingTemplateImage
Boolean

要求が宛先ストレージ アカウント内の既存のテンプレート イメージを上書きするかどうかを示すフラグ

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

操作追跡 ID を含む応答。

適用対象