Class VaultProperties
java.lang.Object
com.microsoft.azure.management.keyvault.VaultProperties
Properties of the vault.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the accessPolicies value.Get the createMode value.Get the enabledForDeployment value.Get the enabledForDiskEncryption value.Get the enabledForTemplateDeployment value.Get the enablePurgeProtection value.Get the enableSoftDelete value.Get the networkAcls value.sku()
Get the sku value.tenantId()
Get the tenantId value.vaultUri()
Get the vaultUri value.withAccessPolicies
(List<AccessPolicyEntry> accessPolicies) Set the accessPolicies value.withCreateMode
(CreateMode createMode) Set the createMode value.withEnabledForDeployment
(Boolean enabledForDeployment) Set the enabledForDeployment value.withEnabledForDiskEncryption
(Boolean enabledForDiskEncryption) Set the enabledForDiskEncryption value.withEnabledForTemplateDeployment
(Boolean enabledForTemplateDeployment) Set the enabledForTemplateDeployment value.withEnablePurgeProtection
(Boolean enablePurgeProtection) Set the enablePurgeProtection value.withEnableSoftDelete
(Boolean enableSoftDelete) Set the enableSoftDelete value.withNetworkAcls
(NetworkRuleSet networkAcls) Set the networkAcls value.Set the sku value.withTenantId
(UUID tenantId) Set the tenantId value.withVaultUri
(String vaultUri) Set the vaultUri value.
-
Constructor Details
-
VaultProperties
public VaultProperties()
-
-
Method Details
-
tenantId
Get the tenantId value.- Returns:
- the tenantId value
-
withTenantId
Set the tenantId value.- Parameters:
tenantId
- the tenantId value to set- Returns:
- the VaultProperties object itself.
-
sku
Get the sku value.- Returns:
- the sku value
-
withSku
Set the sku value.- Parameters:
sku
- the sku value to set- Returns:
- the VaultProperties object itself.
-
accessPolicies
Get the accessPolicies value.- Returns:
- the accessPolicies value
-
withAccessPolicies
Set the accessPolicies value.- Parameters:
accessPolicies
- the accessPolicies value to set- Returns:
- the VaultProperties object itself.
-
vaultUri
Get the vaultUri value.- Returns:
- the vaultUri value
-
withVaultUri
Set the vaultUri value.- Parameters:
vaultUri
- the vaultUri value to set- Returns:
- the VaultProperties object itself.
-
enabledForDeployment
Get the enabledForDeployment value.- Returns:
- the enabledForDeployment value
-
withEnabledForDeployment
Set the enabledForDeployment value.- Parameters:
enabledForDeployment
- the enabledForDeployment value to set- Returns:
- the VaultProperties object itself.
-
enabledForDiskEncryption
Get the enabledForDiskEncryption value.- Returns:
- the enabledForDiskEncryption value
-
withEnabledForDiskEncryption
Set the enabledForDiskEncryption value.- Parameters:
enabledForDiskEncryption
- the enabledForDiskEncryption value to set- Returns:
- the VaultProperties object itself.
-
enabledForTemplateDeployment
Get the enabledForTemplateDeployment value.- Returns:
- the enabledForTemplateDeployment value
-
withEnabledForTemplateDeployment
Set the enabledForTemplateDeployment value.- Parameters:
enabledForTemplateDeployment
- the enabledForTemplateDeployment value to set- Returns:
- the VaultProperties object itself.
-
enableSoftDelete
Get the enableSoftDelete value.- Returns:
- the enableSoftDelete value
-
withEnableSoftDelete
Set the enableSoftDelete value.- Parameters:
enableSoftDelete
- the enableSoftDelete value to set- Returns:
- the VaultProperties object itself.
-
createMode
Get the createMode value.- Returns:
- the createMode value
-
withCreateMode
Set the createMode value.- Parameters:
createMode
- the createMode value to set- Returns:
- the VaultProperties object itself.
-
enablePurgeProtection
Get the enablePurgeProtection value.- Returns:
- the enablePurgeProtection value
-
withEnablePurgeProtection
Set the enablePurgeProtection value.- Parameters:
enablePurgeProtection
- the enablePurgeProtection value to set- Returns:
- the VaultProperties object itself.
-
networkAcls
Get the networkAcls value.- Returns:
- the networkAcls value
-
withNetworkAcls
Set the networkAcls value.- Parameters:
networkAcls
- the networkAcls value to set- Returns:
- the VaultProperties object itself.
-