| Package | Description |
|---|---|
| com.microsoft.azure.keyvault.requests |
This package contains the classes for KeyVaultClient.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateKeyRequest.Builder |
UpdateKeyRequest.Builder.withAttributes(Attributes attributes)
Set the key attributes value.
|
UpdateKeyRequest.Builder |
UpdateKeyRequest.Builder.withKeyOperations(List<com.microsoft.azure.keyvault.webkey.JsonWebKeyOperation> keyOperations)
Set the key operations value.
|
UpdateKeyRequest.Builder |
UpdateKeyRequest.Builder.withTags(Map<String,String> tags)
Set the tags value.
|
UpdateKeyRequest.Builder |
UpdateKeyRequest.Builder.withVersion(String keyVersion)
Set the key version value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/