你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IWithConfigurations 接口

定义

允许设置各种配置的密钥保管库定义。

public interface IWithConfigurations
type IWithConfigurations = interface
Public Interface IWithConfigurations
派生

方法

WithDeploymentDisabled()

禁用 Azure 虚拟机以从密钥保管库检索存储为机密的证书。

WithDeploymentEnabled()

启用 Azure 虚拟机以从密钥保管库检索存储为机密的证书。

WithDiskEncryptionDisabled()

禁用 Azure 磁盘加密以从保管库中检索机密并解包密钥。

WithDiskEncryptionEnabled()

启用 Azure 磁盘加密以从保管库中检索机密并解包密钥。

WithSoftDeleteEnabled()

为密钥保管库启用软删除。

WithTemplateDeploymentDisabled()

禁用 Azure 资源管理器以从密钥保管库检索机密。

WithTemplateDeploymentEnabled()

启用 Azure 资源管理器以从密钥保管库检索机密。

适用于