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 interfaceKeyVaultClientCustomThe interface for the Key Vault Client custom class.Classes in com.microsoft.azure.keyvault that implement KeyVaultClientBase Modifier and Type Class Description classKeyVaultClientClass for Key Vault Client.Methods in com.microsoft.azure.keyvault that return KeyVaultClientBase Modifier and Type Method Description KeyVaultClientBaseKeyVaultClientBase. withAcceptLanguage(String acceptLanguage)Sets Gets or sets the preferred language for the response..KeyVaultClientBaseKeyVaultClientBase. withGenerateClientRequestId(boolean generateClientRequestId)Sets When set to true a unique x-ms-client-request-id value is generated and included in each request.KeyVaultClientBaseKeyVaultClientBase. 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 classKeyVaultClientBaseImplInitializes a new instance of the KeyVaultClientBaseImpl class.classKeyVaultClientCustomImplImplementation of Key Vault Custom Client to maintain backwards compatibility.
-