Uses of Interface
com.microsoft.azure.keyvault.KeyVaultClientBase
-
Packages that use KeyVaultClientBase Package Description com.microsoft.azure.keyvault This package contains the classes for KeyVaultClientBase.com.microsoft.azure.keyvault.implementation This package contains the classes for KeyVaultClient. -
-
Uses of KeyVaultClientBase in com.microsoft.azure.keyvault
Subinterfaces of KeyVaultClientBase in com.microsoft.azure.keyvault Modifier and Type Interface Description interface
KeyVaultClientCustom
The interface for the Key Vault Client custom class.Classes in com.microsoft.azure.keyvault that implement KeyVaultClientBase Modifier and Type Class Description class
KeyVaultClient
Class for Key Vault Client.Methods in com.microsoft.azure.keyvault that return KeyVaultClientBase Modifier and Type Method Description KeyVaultClientBase
KeyVaultClientBase. withAcceptLanguage(String acceptLanguage)
Sets Gets or sets the preferred language for the response..KeyVaultClientBase
KeyVaultClientBase. withGenerateClientRequestId(boolean generateClientRequestId)
Sets When set to true a unique x-ms-client-request-id value is generated and included in each request.KeyVaultClientBase
KeyVaultClientBase. withLongRunningOperationRetryTimeout(int longRunningOperationRetryTimeout)
Sets Gets or sets the retry timeout in seconds for Long Running Operations. -
Uses of KeyVaultClientBase in com.microsoft.azure.keyvault.implementation
Classes in com.microsoft.azure.keyvault.implementation that implement KeyVaultClientBase Modifier and Type Class Description class
KeyVaultClientBaseImpl
Initializes a new instance of the KeyVaultClientBaseImpl class.class
KeyVaultClientCustomImpl
Implementation of Key Vault Custom Client to maintain backwards compatibility.
-