| Package | Description |
|---|---|
| com.azure.keyvault |
Package containing classes for creating
SecretAsyncClient and SecretClient to
perform operations on Azure Key Vault. |
| Class and Description |
|---|
| SecretAsyncClient
The SecretAsyncClient provides asynchronous methods to manage
secrets in the Azure Key Vault. |
| SecretAsyncClientBuilder
This class provides a fluent builder API to help aid the configuration and instantiation of the
secret async client,
calling build constructs an instance of the client. |
| SecretClient
The SecretClient provides synchronous methods to manage
secrets in the Azure Key Vault. |
| SecretClientBuilder
This class provides a fluent builder API to help aid the configuration and instantiation of the
secret client,
calling build constructs an instance of the client. |
Copyright © 2019 Microsoft Corporation. All rights reserved.