Package | Description |
---|---|
com.microsoft.azure.management.keyvault |
This package contains the classes 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.microsoft.azure.keyvault.models.Attributes attributes)
Specifies the attributes of the key.
|
Key.Update |
Key.UpdateStages.WithKeyOperations.withKeyOperations(com.microsoft.azure.keyvault.webkey.JsonWebKeyOperation... keyOperations)
Specifies the list of allowed key operations.
|
Key.Update |
Key.UpdateStages.WithKeyOperations.withKeyOperations(List<com.microsoft.azure.keyvault.webkey.JsonWebKeyOperation> 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 © 2019. All rights reserved.