다음을 통해 공유


RestorePointSourceVMOSDisk 클래스

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

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

생성자

RestorePointSourceVMOSDisk(*, os_type: str | _models.OperatingSystemType | None = None, encryption_settings: _models.DiskEncryptionSettings | None = None, name: str | None = None, caching: str | _models.CachingTypes | None = None, disk_size_gb: int | None = None, managed_disk: _models.ManagedDiskParameters | None = None, disk_restore_point: _models.ApiEntityReference | None = None, **kwargs: Any)

키워드 전용 매개 변수

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

디스크 복원 지점 ID를 가져옵니다.

변수

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

디스크 복원 지점 ID를 가져옵니다.