Share via


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

IWithEncryptionBeta 接口

定义

允许指定加密设置的存储帐户定义的阶段。

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

方法

WithBlobEncryption()

指定需要为 Blob 服务启用加密。

WithEncryptionKeyFromKeyVault(String, String, String)

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

WithFileEncryption()

指定需要为文件服务启用加密。

WithoutBlobEncryption()

禁用 Blob 服务的加密。

WithoutFileEncryption()

禁用文件服务的加密。

适用于