| Package | Description |
|---|---|
| com.microsoft.azure.keyvault.models |
This package contains the models classes for KeyVaultClient.
|
| Modifier and Type | Method and Description |
|---|---|
KeyCreateParameters |
KeyCreateParameters.withKeyAttributes(KeyAttributes keyAttributes)
Set the keyAttributes value.
|
KeyCreateParameters |
KeyCreateParameters.withKeyOps(List<JsonWebKeyOperation> keyOps)
Set the keyOps value.
|
KeyCreateParameters |
KeyCreateParameters.withKeySize(Integer keySize)
Set the keySize value.
|
KeyCreateParameters |
KeyCreateParameters.withKty(JsonWebKeyType kty)
Set the kty value.
|
KeyCreateParameters |
KeyCreateParameters.withTags(Map<String,String> tags)
Set the tags value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/