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

ContainerEncryptionScope Class

The default encryption scope configuration for a container.

This scope is used implicitly for all future writes within the container, but can be overridden per blob operation.

New in version 12.2.0.

Constructor

Python
ContainerEncryptionScope(default_encryption_scope: str, **kwargs: Any)

Parameters

Name Description
default_encryption_scope
Required
str

Specifies the default encryption scope to set on the container and use for all future writes.

prevent_encryption_scope_override
Required

If true, prevents any request from specifying a different encryption scope than the scope set on the container. Default value is false.

Attributes

default_encryption_scope

Specifies the default encryption scope to set on the container and use for all future writes.

Python
default_encryption_scope: str

prevent_encryption_scope_override

If true, prevents any request from specifying a different encryption scope than the scope set on the container.

Python
prevent_encryption_scope_override: bool