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

EncryptionServices 构造函数

定义

重载

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

队列存储服务的加密功能。

适用于