你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
EncryptionServices 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
EncryptionServices() |
初始化 EncryptionServices 类的新实例。 |
EncryptionServices(EncryptionService, EncryptionService, EncryptionService, EncryptionService) |
初始化 EncryptionServices 类的新实例。 |
EncryptionServices()
初始化 EncryptionServices 类的新实例。
public EncryptionServices ();
Public Sub New ()
适用于
EncryptionServices(EncryptionService, EncryptionService, EncryptionService, EncryptionService)
初始化 EncryptionServices 类的新实例。
public EncryptionServices (Microsoft.Azure.Management.Storage.Fluent.Models.EncryptionService blob = default, Microsoft.Azure.Management.Storage.Fluent.Models.EncryptionService file = default, Microsoft.Azure.Management.Storage.Fluent.Models.EncryptionService table = default, Microsoft.Azure.Management.Storage.Fluent.Models.EncryptionService queue = default);
new Microsoft.Azure.Management.Storage.Fluent.Models.EncryptionServices : Microsoft.Azure.Management.Storage.Fluent.Models.EncryptionService * Microsoft.Azure.Management.Storage.Fluent.Models.EncryptionService * Microsoft.Azure.Management.Storage.Fluent.Models.EncryptionService * Microsoft.Azure.Management.Storage.Fluent.Models.EncryptionService -> Microsoft.Azure.Management.Storage.Fluent.Models.EncryptionServices
Public Sub New (Optional blob As EncryptionService = Nothing, Optional file As EncryptionService = Nothing, Optional table As EncryptionService = Nothing, Optional queue As EncryptionService = Nothing)
参数
- blob
- EncryptionService
Blob 存储服务的加密功能。
- file
- EncryptionService
文件存储服务的加密功能。
- table
- EncryptionService
表存储服务的加密功能。
- queue
- EncryptionService
队列存储服务的加密功能。