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