Package version:

Interface VaultCheckNameAvailabilityParameters

The parameters used to check the availability of the vault name.

interface VaultCheckNameAvailabilityParameters {
    name: string;
    type: "Microsoft.KeyVault/vaults";
}

Properties

Properties

name: string

The vault name.

type

The type of resource, Microsoft.KeyVault/vaults