Encryption Class
The encryption settings on the storage account.
All required parameters must be populated in order to send to server.
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" |
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for Python