Package version:

Interface StorageAccountCheckNameAvailabilityParameters

The parameters used to check the availability of the storage account name.

interface StorageAccountCheckNameAvailabilityParameters {
    name: string;
    type: "Microsoft.Storage/storageAccounts";
}

Properties

Properties

name: string

The storage account name.

type

The type of resource, Microsoft.Storage/storageAccounts