public class KeyUpdateParameters extends Object
| Constructor and Description |
|---|
KeyUpdateParameters() |
| Modifier and Type | Method and Description |
|---|---|
KeyAttributes |
keyAttributes()
Get the keyAttributes value.
|
List<com.microsoft.azure.keyvault.webkey.JsonWebKeyOperation> |
keyOps()
Get the keyOps value.
|
Map<String,String> |
tags()
Get the tags value.
|
KeyUpdateParameters |
withKeyAttributes(KeyAttributes keyAttributes)
Set the keyAttributes value.
|
KeyUpdateParameters |
withKeyOps(List<com.microsoft.azure.keyvault.webkey.JsonWebKeyOperation> keyOps)
Set the keyOps value.
|
KeyUpdateParameters |
withTags(Map<String,String> tags)
Set the tags value.
|
public List<com.microsoft.azure.keyvault.webkey.JsonWebKeyOperation> keyOps()
public KeyUpdateParameters withKeyOps(List<com.microsoft.azure.keyvault.webkey.JsonWebKeyOperation> keyOps)
keyOps - the keyOps value to setpublic KeyAttributes keyAttributes()
public KeyUpdateParameters withKeyAttributes(KeyAttributes keyAttributes)
keyAttributes - the keyAttributes value to setpublic KeyUpdateParameters withTags(Map<String,String> tags)
tags - the tags value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/