| Package | Description |
|---|---|
| com.azure.resourcemanager.keyvault.fluent |
Package containing the service clients for KeyVaultManagementClient.
|
| com.azure.resourcemanager.keyvault.fluent.models |
Package containing the inner data models for KeyVaultManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
VaultInner |
VaultsClient.createOrUpdate(String resourceGroupName,
String vaultName,
VaultCreateOrUpdateParameters parameters)
Create or update a key vault in the specified subscription.
|
VaultInner |
VaultsClient.createOrUpdate(String resourceGroupName,
String vaultName,
VaultCreateOrUpdateParameters parameters,
com.azure.core.util.Context context)
Create or update a key vault in the specified subscription.
|
VaultInner |
VaultsClient.getByResourceGroup(String resourceGroupName,
String vaultName)
Gets the specified Azure key vault.
|
VaultInner |
VaultsClient.update(String resourceGroupName,
String vaultName,
VaultPatchParameters parameters)
Update a key vault in the specified subscription.
|
| Modifier and Type | Method and Description |
|---|---|
VaultInner |
VaultInner.withProperties(VaultProperties properties)
Set the properties property: Properties of the vault.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.