Interface Vault.DefinitionStages.WithConfigurations
-
- All Known Subinterfaces:
Vault.Definition,Vault.DefinitionStages.WithCreate
- Enclosing interface:
- Vault.DefinitionStages
public static interface Vault.DefinitionStages.WithConfigurationsA key vault definition allowing various configurations to be set.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Vault.DefinitionStages.WithCreatewithDeploymentDisabled()Disable Azure Virtual Machines to retrieve certificates stored as secrets from the key vault.Vault.DefinitionStages.WithCreatewithDeploymentEnabled()Enable Azure Virtual Machines to retrieve certificates stored as secrets from the key vault.Vault.DefinitionStages.WithCreatewithDiskEncryptionDisabled()Disable Azure Disk Encryption to retrieve secrets from the vault and unwrap keys.Vault.DefinitionStages.WithCreatewithDiskEncryptionEnabled()Enable Azure Disk Encryption to retrieve secrets from the vault and unwrap keys.Vault.DefinitionStages.WithCreatewithPurgeProtectionEnabled()Enable purge protection for the key vault; valid only if soft delete is also enabled.Vault.DefinitionStages.WithCreatewithSoftDeleteEnabled()Deprecated.soft-delete protection is enabled by default.Vault.DefinitionStages.WithCreatewithTemplateDeploymentDisabled()Disable Azure Resource Manager to retrieve secrets from the key vault.Vault.DefinitionStages.WithCreatewithTemplateDeploymentEnabled()Enable Azure Resource Manager to retrieve secrets from the key vault.
-
-
-
Method Detail
-
withDeploymentEnabled
Vault.DefinitionStages.WithCreate withDeploymentEnabled()
Enable Azure Virtual Machines to retrieve certificates stored as secrets from the key vault.- Returns:
- the next stage of key vault definition
-
withDiskEncryptionEnabled
Vault.DefinitionStages.WithCreate withDiskEncryptionEnabled()
Enable Azure Disk Encryption to retrieve secrets from the vault and unwrap keys.- Returns:
- the next stage of key vault definition
-
withTemplateDeploymentEnabled
Vault.DefinitionStages.WithCreate withTemplateDeploymentEnabled()
Enable Azure Resource Manager to retrieve secrets from the key vault.- Returns:
- the next stage of key vault definition
-
withSoftDeleteEnabled
@Deprecated Vault.DefinitionStages.WithCreate withSoftDeleteEnabled()
Deprecated.soft-delete protection is enabled by default. Users will no longer be able to opt out of or turn off soft-delete.Enable soft delete for the key vault.- Returns:
- the next stage of key vault definition
-
withPurgeProtectionEnabled
Vault.DefinitionStages.WithCreate withPurgeProtectionEnabled()
Enable purge protection for the key vault; valid only if soft delete is also enabled.- Returns:
- the next stage of key vault definition.
-
withDeploymentDisabled
Vault.DefinitionStages.WithCreate withDeploymentDisabled()
Disable Azure Virtual Machines to retrieve certificates stored as secrets from the key vault.- Returns:
- the next stage of key vault definition
-
withDiskEncryptionDisabled
Vault.DefinitionStages.WithCreate withDiskEncryptionDisabled()
Disable Azure Disk Encryption to retrieve secrets from the vault and unwrap keys.- Returns:
- the next stage of key vault definition
-
withTemplateDeploymentDisabled
Vault.DefinitionStages.WithCreate withTemplateDeploymentDisabled()
Disable Azure Resource Manager to retrieve secrets from the key vault.- Returns:
- the next stage of key vault definition
-
-