다음을 통해 공유


DiskSecurityProfile 클래스

리소스에 대한 보안 관련 정보를 포함합니다.

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

생성자

DiskSecurityProfile(*, security_type: str | _models.DiskSecurityTypes | None = None, secure_vm_disk_encryption_set_id: str | None = None, **kwargs)

변수

security_type
str 또는 DiskSecurityTypes

VM의 SecurityType을 지정합니다. OS 디스크에만 적용됩니다. 알려진 값은 "TrustedLaunch", "ConfidentialVM_VMGuestStateOnlyEncryptedWithPlatformKey", "ConfidentialVM_DiskEncryptedWithPlatformKey" 및 "ConfidentialVM_DiskEncryptedWithCustomerKey"입니다.

secure_vm_disk_encryption_set_id
str

고객 관리형 키로 암호화된 기밀 VM 지원 디스크에 연결된 디스크 암호화 집합의 ResourceId입니다.