| Package | Description |
|---|---|
| com.azure.resourcemanager.keyvault.fluent |
Package containing the service clients for KeyVaultManagementClient.
|
| com.azure.resourcemanager.keyvault.models |
Package containing the data models for KeyVaultManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
VaultInner |
VaultsClient.update(String resourceGroupName,
String vaultName,
VaultPatchParameters parameters)
Update a key vault in the specified subscription.
|
Mono<VaultInner> |
VaultsClient.updateAsync(String resourceGroupName,
String vaultName,
VaultPatchParameters parameters)
Update a key vault in the specified subscription.
|
com.azure.core.http.rest.Response<VaultInner> |
VaultsClient.updateWithResponse(String resourceGroupName,
String vaultName,
VaultPatchParameters parameters,
com.azure.core.util.Context context)
Update a key vault in the specified subscription.
|
Mono<com.azure.core.http.rest.Response<VaultInner>> |
VaultsClient.updateWithResponseAsync(String resourceGroupName,
String vaultName,
VaultPatchParameters parameters)
Update a key vault in the specified subscription.
|
| Modifier and Type | Method and Description |
|---|---|
VaultPatchParameters |
VaultPatchParameters.withProperties(VaultPatchProperties properties)
Set the properties property: Properties of the vault.
|
VaultPatchParameters |
VaultPatchParameters.withTags(Map<String,String> tags)
Set the tags property: The tags that will be assigned to the key vault.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.