RestorePointSourceMetadata 클래스
복원 지점을 만든 Virtual Machine의 속성에 대해 설명합니다. 제공된 속성은 복원 지점을 만들 때 캡처된 전체 Virtual Machine 속성의 하위 집합 및 스냅샷입니다.
- 상속
-
azure.mgmt.compute._serialization.ModelRestorePointSourceMetadata
생성자
RestorePointSourceMetadata(*, hardware_profile: _models.HardwareProfile | None = None, storage_profile: _models.RestorePointSourceVMStorageProfile | None = None, os_profile: _models.OSProfile | None = None, diagnostics_profile: _models.DiagnosticsProfile | None = None, license_type: str | None = None, vm_id: str | None = None, security_profile: _models.SecurityProfile | None = None, location: str | None = None, **kwargs)
변수
- hardware_profile
- HardwareProfile
하드웨어 프로필을 가져옵니다.
- storage_profile
- RestorePointSourceVMStorageProfile
스토리지 프로필을 가져옵니다.
- os_profile
- OSProfile
OS 프로필을 가져옵니다.
- diagnostics_profile
- DiagnosticsProfile
진단 프로필을 가져옵니다.
- license_type
- str
사용자 고유의 라이선스 가져오기 시나리오에 대한 라이선스 유형을 가져옵니다.
- vm_id
- str
가상 머신 고유 ID를 가져옵니다.
- security_profile
- SecurityProfile
보안 프로필을 가져옵니다.
- location
- str
복원 지점을 만든 VM의 위치입니다.