Vault.DefinitionStages.WithConfigurations Interface
public static interface Vault.DefinitionStages.WithConfigurations
A key vault definition allowing various configurations to be set.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withDeploymentDisabled()
Disable Azure Virtual Machines to retrieve certificates stored as secrets from the key vault. |
abstract
With |
withDeploymentEnabled()
Enable Azure Virtual Machines to retrieve certificates stored as secrets from the key vault. |
abstract
With |
withDiskEncryptionDisabled()
Disable Azure Disk Encryption to retrieve secrets from the vault and unwrap keys. |
abstract
With |
withDiskEncryptionEnabled()
Enable Azure Disk Encryption to retrieve secrets from the vault and unwrap keys. |
abstract
With |
withPurgeProtectionEnabled()
Enable purge protection for the key vault; valid only if soft delete is also enabled. |
abstract
With |
withSoftDeleteEnabled()
Enable soft delete for the key vault. |
abstract
With |
withTemplateDeploymentDisabled()
Disable Azure Resource Manager to retrieve secrets from the key vault. |
abstract
With |
withTemplateDeploymentEnabled()
Enable Azure Resource Manager to retrieve secrets from the key vault. |
Method Details
withDeploymentDisabled
public abstract Vault.DefinitionStages.WithCreate withDeploymentDisabled()
Disable Azure Virtual Machines to retrieve certificates stored as secrets from the key vault.
Returns:
withDeploymentEnabled
public abstract Vault.DefinitionStages.WithCreate withDeploymentEnabled()
Enable Azure Virtual Machines to retrieve certificates stored as secrets from the key vault.
Returns:
withDiskEncryptionDisabled
public abstract Vault.DefinitionStages.WithCreate withDiskEncryptionDisabled()
Disable Azure Disk Encryption to retrieve secrets from the vault and unwrap keys.
Returns:
withDiskEncryptionEnabled
public abstract Vault.DefinitionStages.WithCreate withDiskEncryptionEnabled()
Enable Azure Disk Encryption to retrieve secrets from the vault and unwrap keys.
Returns:
withPurgeProtectionEnabled
public abstract Vault.DefinitionStages.WithCreate withPurgeProtectionEnabled()
Enable purge protection for the key vault; valid only if soft delete is also enabled.
Returns:
withSoftDeleteEnabled
public abstract Vault.DefinitionStages.WithCreate withSoftDeleteEnabled()
Enable soft delete for the key vault.
Returns:
withTemplateDeploymentDisabled
public abstract Vault.DefinitionStages.WithCreate withTemplateDeploymentDisabled()
Disable Azure Resource Manager to retrieve secrets from the key vault.
Returns:
withTemplateDeploymentEnabled
public abstract Vault.DefinitionStages.WithCreate withTemplateDeploymentEnabled()
Enable Azure Resource Manager to retrieve secrets from the key vault.
Returns:
Applies to
Azure SDK for Java