RestorePointSourceVMOSDisk 클래스
운영 체제 디스크에 대해 설명합니다.
- 상속
-
azure.mgmt.compute._serialization.ModelRestorePointSourceVMOSDisk
생성자
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
|
디스크 이름을 가져옵니다. |
caching
|
str 또는
CachingTypes
캐싱 형식을 가져옵니다. 알려진 값은 "None", "ReadOnly" 및 "ReadWrite"입니다. |
disk_size_gb
|
디스크 크기를 GB 단위로 가져옵니다. |
managed_disk
|
관리 디스크 세부 정보를 가져옵니다. |
disk_restore_point
|
디스크 복원 지점 ID를 가져옵니다. |
변수
Name | Description |
---|---|
os_type
|
운영 체제 유형을 가져옵니다. 알려진 값은 "Windows" 및 "Linux"입니다. |
encryption_settings
|
디스크 암호화 설정을 가져옵니다. |
name
|
디스크 이름을 가져옵니다. |
caching
|
str 또는
CachingTypes
캐싱 형식을 가져옵니다. 알려진 값은 "None", "ReadOnly" 및 "ReadWrite"입니다. |
disk_size_gb
|
디스크 크기를 GB 단위로 가져옵니다. |
managed_disk
|
관리 디스크 세부 정보를 가져옵니다. |
disk_restore_point
|
디스크 복원 지점 ID를 가져옵니다. |
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Python