DiskSecurityProfile 클래스
리소스에 대한 보안 관련 정보를 포함합니다.
- 상속
-
azure.mgmt.compute._serialization.ModelDiskSecurityProfile
생성자
DiskSecurityProfile(*, security_type: str | _models.DiskSecurityTypes | None = None, secure_vm_disk_encryption_set_id: str | None = None, **kwargs: Any)
키워드 전용 매개 변수
Name | Description |
---|---|
security_type
|
VM의 SecurityType을 지정합니다. OS 디스크에만 적용됩니다. 알려진 값은 "TrustedLaunch", "ConfidentialVM_VMGuestStateOnlyEncryptedWithPlatformKey", "ConfidentialVM_DiskEncryptedWithPlatformKey" 및 "ConfidentialVM_DiskEncryptedWithCustomerKey"입니다. |
secure_vm_disk_encryption_set_id
|
고객 관리형 키로 암호화된 기밀 VM 지원 디스크에 연결된 디스크 암호화 집합의 ResourceId입니다. |
변수
Name | Description |
---|---|
security_type
|
VM의 SecurityType을 지정합니다. OS 디스크에만 적용됩니다. 알려진 값은 "TrustedLaunch", "ConfidentialVM_VMGuestStateOnlyEncryptedWithPlatformKey", "ConfidentialVM_DiskEncryptedWithPlatformKey" 및 "ConfidentialVM_DiskEncryptedWithCustomerKey"입니다. |
secure_vm_disk_encryption_set_id
|
고객 관리형 키로 암호화된 기밀 VM 지원 디스크에 연결된 디스크 암호화 집합의 ResourceId입니다. |
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Python