| Modifier and Type | Interface and Description |
|---|---|
static interface |
Key.Definition
Container interface for all the definitions.
|
| Modifier and Type | Method and Description |
|---|---|
Key.DefinitionStages.WithCreate |
Key.DefinitionStages.WithAttributes.withAttributes(com.microsoft.azure.keyvault.models.Attributes attributes)
Specifies the attributes of the key.
|
Key.DefinitionStages.WithCreate |
Key.DefinitionStages.WithKeyOperations.withKeyOperations(com.microsoft.azure.keyvault.webkey.JsonWebKeyOperation... keyOperations)
Specifies the list of allowed key operations.
|
Key.DefinitionStages.WithCreate |
Key.DefinitionStages.WithKeyOperations.withKeyOperations(List<com.microsoft.azure.keyvault.webkey.JsonWebKeyOperation> keyOperations)
Specifies the list of allowed key operations.
|
Key.DefinitionStages.WithCreate |
Key.DefinitionStages.WithKeySize.withKeySize(int size)
Specifies the size of the key to create.
|
Key.DefinitionStages.WithCreate |
Key.DefinitionStages.WithKey.withKeyTypeToCreate(com.microsoft.azure.keyvault.webkey.JsonWebKeyType keyType)
Specifies a key type to create a new key.
|
Key.DefinitionStages.WithCreate |
Key.DefinitionStages.WithTags.withTags(Map<String,String> tags)
Specifies the tags on the key.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/