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() |
com.microsoft.azure.keyvault.KeyVaultClient |
client() |
CreateMode |
createMode()
Get the createMode value.
|
boolean |
enabledForDeployment() |
boolean |
enabledForDiskEncryption() |
boolean |
enabledForTemplateDeployment() |
Keys |
keys() |
NetworkRuleSet |
networkRuleSet()
Get the networkAcls value.
|
boolean |
purgeProtectionEnabled() |
Secrets |
secrets() |
Sku |
sku() |
boolean |
softDeleteEnabled() |
String |
tenantId() |
String |
vaultUri() |
region, regionName, tags, typekeyidnameresourceGroupNamemanagerinner@Beta(value=V1_6_0) com.microsoft.azure.keyvault.KeyVaultClient client()
@Beta(value=V1_6_0) Keys keys()
@Beta(value=V1_6_0) Secrets secrets()
String vaultUri()
String tenantId()
Sku sku()
List<AccessPolicy> accessPolicies()
boolean enabledForDeployment()
boolean enabledForDiskEncryption()
boolean enabledForTemplateDeployment()
@Beta(value=V1_11_0) boolean softDeleteEnabled()
@Beta(value=V1_11_0) boolean purgeProtectionEnabled()
@Beta(value=V1_11_0) CreateMode createMode()
@Beta(value=V1_11_0) NetworkRuleSet networkRuleSet()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/