다음을 통해 공유


RestorePointSourceVMOSDisk 클래스

운영 체제 디스크에 대해 설명합니다.

변수는 서버에서만 채워지고 요청을 보낼 때 무시됩니다.

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

생성자

RestorePointSourceVMOSDisk(*, managed_disk: _models.ManagedDiskParameters | None = None, disk_restore_point: _models.DiskRestorePointAttributes | None = None, **kwargs: Any)

키워드 전용 매개 변수

Name Description
managed_disk

관리 디스크 세부 정보를 가져옵니다.

disk_restore_point

디스크 복원 지점 속성을 포함합니다.

변수

Name Description
os_type

운영 체제 유형을 가져옵니다. 알려진 값은 "Windows" 및 "Linux"입니다.

encryption_settings

디스크 암호화 설정을 가져옵니다.

name
str

디스크 이름을 가져옵니다.

caching
str 또는 CachingTypes

캐싱 형식을 가져옵니다. 알려진 값은 "None", "ReadOnly" 및 "ReadWrite"입니다.

disk_size_gb
int

디스크 크기를 GB 단위로 가져옵니다.

managed_disk

관리 디스크 세부 정보를 가져옵니다.

disk_restore_point

디스크 복원 지점 속성을 포함합니다.

write_accelerator_enabled

디스크가 쓰기 가속기를 사용하도록 설정된 경우 true를 표시합니다.