StorageAccountMigrationResource.GetAsync(CancellationToken) Method

Definition

Gets the status of the ongoing migration for the specified storage account.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/accountMigrations/{migrationName}
  • Operation Id: StorageAccounts_GetCustomerInitiatedMigration
  • Default Api Version: 2023-05-01
  • Resource: StorageAccountMigrationResource
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Storage.StorageAccountMigrationResource>> GetAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Storage.StorageAccountMigrationResource>>
override this.GetAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Storage.StorageAccountMigrationResource>>
Public Overridable Function GetAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of StorageAccountMigrationResource))

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to