EncryptionServices Class
A list of services that support encryption.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
EncryptionServices(*, blob: _models.EncryptionService | None = None, file: _models.EncryptionService | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
blob
|
The encryption function of the blob storage service. Default value: None
|
file
|
The encryption function of the file storage service. Default value: None
|
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. |
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Python