| Package | Description |
|---|---|
| com.azure.resourcemanager.keyvault.models |
Package containing the data models for KeyVaultManagementClient.
|
| 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.azure.security.keyvault.keys.models.KeyProperties attributes)
Specifies the attributes of the key.
|
Key.DefinitionStages.WithCreate |
Key.DefinitionStages.WithKeySize.withKeyCurveName(com.azure.security.keyvault.keys.models.KeyCurveName keyCurveName)
Specifies the name of the key curve for elliptic-curve key to create.
|
Key.DefinitionStages.WithCreate |
Key.DefinitionStages.WithKeyOperations.withKeyOperations(com.azure.security.keyvault.keys.models.KeyOperation... keyOperations)
Specifies the list of allowed key operations.
|
Key.DefinitionStages.WithCreate |
Key.DefinitionStages.WithKeyOperations.withKeyOperations(List<com.azure.security.keyvault.keys.models.KeyOperation> keyOperations)
Specifies the list of allowed key operations.
|
Key.DefinitionStages.WithCreate |
Key.DefinitionStages.WithKeySize.withKeySize(int size)
Specifies the size of the RSA key to create.
|
Key.DefinitionStages.WithCreate |
Key.DefinitionStages.WithKey.withKeyTypeToCreate(com.azure.security.keyvault.keys.models.KeyType 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 © 2020 Microsoft Corporation. All rights reserved.