你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
EncryptionServices Class
A list of services that support encryption.
- Inheritance
-
azure.mgmt.storage._serialization.ModelEncryptionServices
Constructor
EncryptionServices(*, blob: _models.EncryptionService | None = None, file: _models.EncryptionService | None = None, table: _models.EncryptionService | None = None, queue: _models.EncryptionService | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
blob
|
The encryption function of the blob storage service. |
file
|
The encryption function of the file storage service. |
table
|
The encryption function of the table storage service. |
queue
|
The encryption function of the queue storage service. |
Variables
Name | Description |
---|---|
blob
|
The encryption function of the blob storage service. |
file
|
The encryption function of the file storage service. |
table
|
The encryption function of the table storage service. |
queue
|
The encryption function of the queue storage service. |