VMDiskSecurityProfile 클래스
관리 디스크에 대한 보안 프로필 설정을 지정합니다. 참고: 기밀 VM에 대해서만 설정할 수 있습니다.
- 상속
-
azure.mgmt.compute._serialization.ModelVMDiskSecurityProfile
생성자
VMDiskSecurityProfile(*, security_encryption_type: str | _models.SecurityEncryptionTypes | None = None, disk_encryption_set: _models.DiskEncryptionSetParameters | None = None, **kwargs: Any)
키워드 전용 매개 변수
Name | Description |
---|---|
security_encryption_type
|
관리 디스크의 EncryptionType을 지정합니다. VMGuestState Blob과 함께 관리 디스크의 암호화를 위해 DiskWithVMGuestState로 설정되고 VMGuestState Blob의 암호화를 위한 VMGuestStateOnly로 설정됩니다. 참고: 기밀 VM에 대해서만 설정할 수 있습니다. 알려진 값은 "VMGuestStateOnly" 및 "DiskWithVMGuestState"입니다. |
disk_encryption_set
|
고객 관리형 키 암호화 ConfidentialVM OS 디스크 및 VMGuest Blob에 사용되는 관리 디스크에 대한 고객 관리 디스크 암호화 집합 리소스 ID를 지정합니다. |
변수
Name | Description |
---|---|
security_encryption_type
|
관리 디스크의 EncryptionType을 지정합니다. VMGuestState Blob과 함께 관리 디스크의 암호화를 위해 DiskWithVMGuestState로 설정되고 VMGuestState Blob의 암호화를 위한 VMGuestStateOnly로 설정됩니다. 참고: 기밀 VM에 대해서만 설정할 수 있습니다. 알려진 값은 "VMGuestStateOnly" 및 "DiskWithVMGuestState"입니다. |
disk_encryption_set
|
고객 관리형 키 암호화 ConfidentialVM OS 디스크 및 VMGuest Blob에 사용되는 관리 디스크에 대한 고객 관리 디스크 암호화 집합 리소스 ID를 지정합니다. |
Azure SDK for Python