IWithConfigurations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A key vault update 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
Azure SDK for .NET