public final class KeyVaultManager extends com.azure.resourcemanager.resources.fluentcore.arm.implementation.Manager<KeyVaultManager,KeyVaultManagementClient>
| Modifier and Type | Class and Description |
|---|---|
static interface |
KeyVaultManager.Configurable
The interface allowing configurations to be set.
|
innerManagementClienthttpPipeline| Modifier and Type | Method and Description |
|---|---|
static KeyVaultManager |
authenticate(com.azure.core.http.HttpPipeline httpPipeline,
com.azure.core.management.profile.AzureProfile profile)
Creates an instance of KeyVaultManager that exposes KeyVault resource management API entry points.
|
static KeyVaultManager |
authenticate(com.azure.core.http.HttpPipeline httpPipeline,
com.azure.core.management.profile.AzureProfile profile,
SdkContext sdkContext)
Creates an instance of KeyVaultManager that exposes KeyVault resource management API entry points.
|
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() |
innerenvironment, httpPipeline, resourceManager, sdkContext, 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 static KeyVaultManager authenticate(com.azure.core.http.HttpPipeline httpPipeline, com.azure.core.management.profile.AzureProfile profile)
httpPipeline - the HttpPipeline to be used for API callsprofile - the profile to usepublic static KeyVaultManager authenticate(com.azure.core.http.HttpPipeline httpPipeline, com.azure.core.management.profile.AzureProfile profile, SdkContext sdkContext)
httpPipeline - the HttpPipeline to be used for API callsprofile - the profile to usesdkContext - the sdk contextpublic Vaults vaults()
Copyright © 2020 Microsoft Corporation. All rights reserved.