Encryption Class
The encryption settings on the storage account.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.storage._serialization.ModelEncryption
Constructor
Encryption(*, key_source: str | _models.EncryptionKeySource, services: _models.EncryptionServices | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
services
|
List of services which support encryption. |
key_source
|
The encryption keySource (provider). Possible values (case-insensitive): Microsoft.Storage. Required. "Microsoft.Storage" |
Variables
Name | Description |
---|---|
services
|
List of services which support encryption. |
key_source
|
The encryption keySource (provider). Possible values (case-insensitive): Microsoft.Storage. Required. "Microsoft.Storage" |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python