public interface Vault extends GroupableResource<com.microsoft.azure.management.keyvault.implementation.KeyVaultManager,com.microsoft.azure.management.keyvault.implementation.VaultInner>, Refreshable<Vault>, 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.
|
Resource.DefinitionWithRegion<T>, Resource.DefinitionWithTags<T>, 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, type
key
id
name
resourceGroupName
manager
inner
refresh, refreshAsync
@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 © 2019. All rights reserved.