public interface Vault extends com.microsoft.azure.management.resources.fluentcore.arm.models.GroupableResource<com.microsoft.azure.management.keyvault.implementation.KeyVaultManager,com.microsoft.azure.management.keyvault.implementation.VaultInner>, com.microsoft.azure.management.resources.fluentcore.model.Refreshable<Vault>, com.microsoft.azure.management.resources.fluentcore.model.Updatable<Vault.Update>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Vault.Definition
Container interface for all the definitions that need to be implemented.
|
static interface |
Vault.DefinitionStages
Grouping of all the key vault definition stages.
|
static interface |
Vault.Update
The template for a key vault update operation, containing all the settings that can be modified.
|
static interface |
Vault.UpdateStages
Grouping of all the key vault update stages.
|
com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.DefinitionWithRegion<T>, com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.DefinitionWithTags<T>, com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.UpdateWithTags<T>| Modifier and Type | Method and Description |
|---|---|
List<AccessPolicy> |
accessPolicies() |
boolean |
enabledForDeployment() |
boolean |
enabledForDiskEncryption() |
boolean |
enabledForTemplateDeployment() |
Sku |
sku() |
String |
tenantId() |
String |
vaultUri() |
region, regionName, tags, typekeyidnameresourceGroupNamemanagerinnerString vaultUri()
String tenantId()
Sku sku()
List<AccessPolicy> accessPolicies()
boolean enabledForDeployment()
boolean enabledForDiskEncryption()
boolean enabledForTemplateDeployment()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/