IWithConfigurations Interface

Definition

A key vault definition allowing various configurations to be set.

public interface IWithConfigurations
type IWithConfigurations = interface
Public Interface IWithConfigurations
Derived

Methods

WithDeploymentDisabled()

Disable Azure Virtual Machines to retrieve certificates stored as secrets from the key vault.

WithDeploymentEnabled()

Enable Azure Virtual Machines to retrieve certificates stored as secrets from the key vault.

WithDiskEncryptionDisabled()

Disable Azure Disk Encryption to retrieve secrets from the vault and unwrap keys.

WithDiskEncryptionEnabled()

Enable Azure Disk Encryption to retrieve secrets from the vault and unwrap keys.

WithSoftDeleteEnabled()

Enable soft delete for the key vault.

WithTemplateDeploymentDisabled()

Disable Azure Resource Manager to retrieve secrets from the key vault.

WithTemplateDeploymentEnabled()

Enable Azure Resource Manager to retrieve secrets from the key vault.

Applies to