Options
All
  • Public
  • Public/Protected
  • All
Menu

Class VaultsImpl

Package version

Class containing Vaults operations.

Hierarchy

  • VaultsImpl

Implements

Index

Constructors

constructor

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

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

listBySubscription

listDeleted

update

updateAccessPolicy

Generated using TypeDoc