다음을 통해 공유


EncryptionSettingsCollection 클래스

디스크 또는 스냅샷 대한 암호화 설정입니다.

Azure로 보내려면 모든 필수 매개 변수를 채워야 합니다.

상속
azure.mgmt.compute._serialization.Model
EncryptionSettingsCollection

생성자

EncryptionSettingsCollection(*, enabled: bool, encryption_settings: List[_models.EncryptionSettingsElement] | None = None, **kwargs: Any)

Keyword-Only Parameters

enabled
bool

이 플래그를 true로 설정하고 DiskEncryptionKey 및 선택적 KeyEncryptionKey를 제공하여 암호화를 사용하도록 설정합니다. 이 플래그를 false로 설정하고 DiskEncryptionKey 및 KeyEncryptionKey를 제거하여 암호화를 사용하지 않도록 설정합니다. Request 개체에서 EncryptionSettings가 null이면 기존 설정은 변경되지 않은 상태로 유지됩니다. 필수 요소.

encryption_settings
list[EncryptionSettingsElement]

각 디스크 볼륨에 대해 하나씩 암호화 설정 컬렉션입니다.

변수

enabled
bool

이 플래그를 true로 설정하고 DiskEncryptionKey 및 선택적 KeyEncryptionKey를 제공하여 암호화를 사용하도록 설정합니다. 이 플래그를 false로 설정하고 DiskEncryptionKey 및 KeyEncryptionKey를 제거하여 암호화를 사용하지 않도록 설정합니다. Request 개체에서 EncryptionSettings가 null이면 기존 설정은 변경되지 않은 상태로 유지됩니다. 필수 요소.

encryption_settings
list[EncryptionSettingsElement]

각 디스크 볼륨에 대해 하나씩 암호화 설정 컬렉션입니다.