Share via


StorageAccountMigrationCollection.ExistsAsync Method

Definition

Checks to see if the resource exists in azure.

  • 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<bool>> ExistsAsync (Azure.ResourceManager.Storage.Models.StorageAccountMigrationName migrationName, System.Threading.CancellationToken cancellationToken = default);
abstract member ExistsAsync : Azure.ResourceManager.Storage.Models.StorageAccountMigrationName * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<bool>>
override this.ExistsAsync : Azure.ResourceManager.Storage.Models.StorageAccountMigrationName * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<bool>>
Public Overridable Function ExistsAsync (migrationName As StorageAccountMigrationName, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of Boolean))

Parameters

migrationName
StorageAccountMigrationName

The name of the Storage Account Migration. It should always be 'default'.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to