DiskSecurityProfile Klass
Innehåller säkerhetsrelaterad information för resursen.
- Arv
-
azure.mgmt.compute._serialization.ModelDiskSecurityProfile
Konstruktor
DiskSecurityProfile(*, security_type: str | _models.DiskSecurityTypes | None = None, secure_vm_disk_encryption_set_id: str | None = None, **kwargs)
Variabler
- security_type
- str eller DiskSecurityTypes
Anger securitytype för den virtuella datorn. Gäller endast för OS-diskar. Kända värden är: "TrustedLaunch", "ConfidentialVM_VMGuestStateOnlyEncryptedWithPlatformKey", "ConfidentialVM_DiskEncryptedWithPlatformKey" och "ConfidentialVM_DiskEncryptedWithCustomerKey".
- secure_vm_disk_encryption_set_id
- str
ResourceId för diskkrypteringsuppsättningen som är associerad med den konfidentiella virtuella datorn som stöds disk krypterad med kundhanterad nyckel.