PatchSettings 클래스
Windows의 VM 게스트 패치와 관련된 설정을 지정합니다.
- 상속
-
azure.mgmt.compute._serialization.ModelPatchSettings
생성자
PatchSettings(*, patch_mode: str | _models.WindowsVMGuestPatchMode | None = None, enable_hotpatching: bool | None = None, assessment_mode: str | _models.WindowsPatchAssessmentMode | None = None, automatic_by_platform_settings: _models.WindowsVMGuestPatchAutomaticByPlatformSettings | None = None, **kwargs: Any)
키워드 전용 매개 변수
Name | Description |
---|---|
patch_mode
|
OrchestrationMode를 유연한 것으로 사용하여 가상 머신 확장 집합에 연결된 IaaS 가상 머신 또는 가상 머신에 대한 VM 게스트 패치 모드를 지정합니다.:code: |
enable_hotpatching
|
고객이 다시 부팅하지 않고도 Azure VM을 패치할 수 있습니다. enableHotpatching의 경우 'provisionVMAgent'를 true로 설정하고 'patchMode'를 'AutomaticByPlatform'으로 설정해야 합니다. |
assessment_mode
|
IaaS 가상 머신에 대한 VM 게스트 패치 평가 모드를 지정합니다.:code: |
automatic_by_platform_settings
|
Windows의 VM 게스트 패치에서 패치 모드 AutomaticByPlatform에 대한 추가 설정을 지정합니다. |
변수
Name | Description |
---|---|
patch_mode
|
OrchestrationMode를 유연한 것으로 사용하여 가상 머신 확장 집합에 연결된 IaaS 가상 머신 또는 가상 머신에 대한 VM 게스트 패치 모드를 지정합니다.:code: |
enable_hotpatching
|
고객이 다시 부팅하지 않고도 Azure VM을 패치할 수 있습니다. enableHotpatching의 경우 'provisionVMAgent'를 true로 설정하고 'patchMode'를 'AutomaticByPlatform'으로 설정해야 합니다. |
assessment_mode
|
IaaS 가상 머신에 대한 VM 게스트 패치 평가 모드를 지정합니다.:code: |
automatic_by_platform_settings
|
Windows의 VM 게스트 패치에서 패치 모드 AutomaticByPlatform에 대한 추가 설정을 지정합니다. |
Azure SDK for Python