ITemplateImageOperations.MigrateAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コレクションのテンプレート イメージを指定された 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 を含む応答。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET