다음을 통해 공유


RestorePointSourceVMDataDisk 클래스

데이터 디스크에 대해 설명합니다.

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

생성자

RestorePointSourceVMDataDisk(*, lun: int | 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)

변수

lun
int

논리 단위 번호를 가져옵니다.

name
str

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

caching
str 또는 CachingTypes

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

disk_size_gb
int

빈 데이터 디스크의 초기 디스크 크기(GB)와 기존 OS 및 데이터 디스크에 대해 원하는 새 크기를 가져옵니다.

managed_disk
ManagedDiskParameters

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

disk_restore_point
ApiEntityReference

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