| Package | Description |
|---|---|
| com.azure.resourcemanager.keyvault.models |
Package containing the data models for KeyVaultManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Key.UpdateWithCreate
The template for a key vault update operation, with a new key version to be created.
|
static interface |
Key.UpdateWithImport
The template for a key vault update operation, with a new key version to be imported.
|
| Modifier and Type | Method and Description |
|---|---|
Key.Update |
Key.UpdateStages.WithAttributes.withAttributes(com.azure.security.keyvault.keys.models.KeyProperties attributes)
Specifies the attributes of the key.
|
Key.Update |
Key.UpdateStages.WithKeyOperations.withKeyOperations(com.azure.security.keyvault.keys.models.KeyOperation... keyOperations)
Specifies the list of allowed key operations.
|
Key.Update |
Key.UpdateStages.WithKeyOperations.withKeyOperations(List<com.azure.security.keyvault.keys.models.KeyOperation> keyOperations)
Specifies the list of allowed key operations.
|
Key.Update |
Key.UpdateStages.WithTags.withTags(Map<String,String> tags)
Specifies the tags on the key.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.