次の方法で共有


TemplateImageOperationsExtensions.MigrateAsync メソッド

定義

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

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

パラメーター

operations
ITemplateImageOperations

Microsoft.WindowsAzure.Management.RemoteApp.ITemplateImageOperations への参照。

collectionName
String

必須。 コレクション名。

targetAccountName
String

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

targetAccountKey
String

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

targetContainerName
String

必須。 宛先コンテナー名

overwriteExistingTemplateImage
Boolean

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

戻り値

操作追跡 ID を含む応答。

適用対象