Share via


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

IWithEncryption 接口

定义

允许配置加密设置的存储帐户更新阶段。

public interface IWithEncryption : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.Storage.Fluent.StorageAccount.Update.IWithEncryptionBeta
type IWithEncryption = interface
    interface IWithEncryptionBeta
    interface IBeta
Public Interface IWithEncryption
Implements IBeta, IWithEncryptionBeta
派生
实现

方法

WithBlobEncryption()

为 Blob 服务启用加密。

(继承自 IWithEncryptionBeta)
WithEncryption()

为 Blob 服务启用加密。

WithEncryptionKeyFromKeyVault(String, String, String)

指定要用作加密密钥的 KeyVault 密钥。

(继承自 IWithEncryptionBeta)
WithFileEncryption()

为文件服务启用加密。

(继承自 IWithEncryptionBeta)
WithoutBlobEncryption()

禁用 Blob 服务的加密。

(继承自 IWithEncryptionBeta)
WithoutEncryption()

禁用 Blob 服务的加密。

WithoutFileEncryption()

禁用文件服务的加密。

(继承自 IWithEncryptionBeta)

适用于