Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Vaults

Package version

Interface representing a Vaults.

Hierarchy

  • Vaults

Implemented by

Index

Methods

beginCreateOrUpdate

beginCreateOrUpdateAndWait

beginPurgeDeleted

  • Permanently deletes the specified vault. aka Purges the deleted Azure key vault.

    Parameters

    • vaultName: string

      The name of the soft-deleted vault.

    • location: string

      The location of the soft-deleted vault.

    • Optional options: VaultsPurgeDeletedOptionalParams

      The options parameters.

    Returns Promise<PollerLike<PollOperationState<void>, void>>

beginPurgeDeletedAndWait

  • Permanently deletes the specified vault. aka Purges the deleted Azure key vault.

    Parameters

    • vaultName: string

      The name of the soft-deleted vault.

    • location: string

      The location of the soft-deleted vault.

    • Optional options: VaultsPurgeDeletedOptionalParams

      The options parameters.

    Returns Promise<void>

checkNameAvailability

delete

  • Deletes the specified Azure key vault.

    Parameters

    • resourceGroupName: string

      The name of the Resource Group to which the vault belongs.

    • vaultName: string

      The name of the vault to delete

    • Optional options: VaultsDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

get

getDeleted

list

listByResourceGroup

  • The List operation gets information about the vaults associated with the subscription and within the specified resource group.

    Parameters

    Returns PagedAsyncIterableIterator<Vault>

listBySubscription

listDeleted

update

updateAccessPolicy

Generated using TypeDoc