Share via


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