public final class KeyVaultManager extends Manager<KeyVaultManagementClient>
| Modifier and Type | Class and Description |
|---|---|
static interface |
KeyVaultManager.Configurable
The interface allowing configurations to be set.
|
| Modifier and Type | Method and Description |
|---|---|
static KeyVaultManager |
authenticate(com.azure.core.credential.TokenCredential credential,
com.azure.core.management.profile.AzureProfile profile)
Creates an instance of KeyVaultManager that exposes KeyVault resource management API entry points.
|
static KeyVaultManager.Configurable |
configure()
Get a Configurable instance that can be used to create KeyVaultManager with optional configuration.
|
Vaults |
vaults() |
environment, httpPipeline, resourceManager, serviceClient, subscriptionId, withResourceManagerpublic static KeyVaultManager.Configurable configure()
public static KeyVaultManager authenticate(com.azure.core.credential.TokenCredential credential, com.azure.core.management.profile.AzureProfile profile)
credential - the credential to useprofile - the profile to usepublic Vaults vaults()
Copyright © 2020 Microsoft Corporation. All rights reserved.