Package com.azure.security.keyvault.administration
package com.azure.security.keyvault.administration
Package containing classes for creating clients
KeyVaultAccessControlAsyncClient and
KeyVaultAccessControlClient that perform access control operations
on Azure Key Vault resources, as well as clients
KeyVaultBackupAsyncClient and
KeyVaultBackupClient that perform backup and restore operations on
Azure Key Vault keys.-
ClassDescriptionThe
KeyVaultAccessControlAsyncClientprovides asynchronous methods to view and manage Role Based Access for the Azure Key Vault.TheKeyVaultAccessControlClientprovides synchronous methods to view and manage Role Based Access for the Azure Key Vault.This class provides a fluent builder API to help aid the configuration and instantiation of theKeyVaultAccessControlAsyncClientandKeyVaultAccessControlClient, by callingKeyVaultAccessControlClientBuilder.buildAsyncClient()andKeyVaultAccessControlClientBuilder.buildClient()respectively.The versions of Azure Key Vault Administration service supported by this client library.TheKeyVaultBackupAsyncClientprovides asynchronous methods to perform full backup and restore of an Azure Key Vault.TheKeyVaultBackupClientprovides synchronous methods to perform backup and restore operations of an Azure Key Vault.This class provides a fluent builder API to help aid the configuration and instantiation of theKeyVaultBackupAsyncClientandKeyVaultBackupClient, by callingKeyVaultBackupClientBuilder.buildAsyncClient()andKeyVaultBackupClientBuilder.buildClient()respectively.TheKeyVaultSettingsAsyncClientprovides asynchronous methods to create, update, get and listsettingsfor the Azure Key Vault.TheKeyVaultSettingsClientprovides asynchronous methods to create, update, get and listsettingsfor the Azure Key Vault.This class provides a fluent builder API to help aid the configuration and instantiation of theKeyVaultSettingsAsyncClientandKeyVaultSettingsClient, by callingKeyVaultSettingsClientBuilder.buildAsyncClient()andKeyVaultSettingsClientBuilder.buildImplClient()respectively.