public final class UpdateKeyRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateKeyRequest.Builder
The
UpdateKeyRequest builder. |
| Modifier and Type | Method and Description |
|---|---|
KeyAttributes |
keyAttributes() |
String |
keyName() |
List<com.microsoft.azure.keyvault.webkey.JsonWebKeyOperation> |
keyOperations() |
String |
keyVersion() |
Map<String,String> |
tags() |
String |
vaultBaseUrl() |
public String vaultBaseUrl()
public String keyName()
public String keyVersion()
public List<com.microsoft.azure.keyvault.webkey.JsonWebKeyOperation> keyOperations()
public KeyAttributes keyAttributes()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/