다음을 통해 공유


PatchSettings 클래스

PatchSettings.

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

생성자

PatchSettings(*, patch_mode: str | _models.InGuestPatchMode | None = None, **kwargs: Any)

키워드 전용 매개 변수

Name Description
patch_mode

IaaS 가상 머신에 대한 게스트 내 패치 모드를 지정합니다.:code:
<br /> 가능한 값은 :<br />``<br />Manual - 가상 머신에 패치 적용을 제어합니다. VM 내에서 수동으로 패치를 적용하여 이 작업을 수행합니다. 이 모드에서는 자동 업데이트를 사용할 수 없습니다. 속성 WindowsConfiguration.enableAutomaticUpdates는 false:code여야 합니다.
<br />AutomaticByOS - 가상 머신이 OS에 의해 자동으로 업데이트됩니다. WindowsConfiguration.enableAutomaticUpdates 속성은 true여야 합니다. <br />``<br />AutomaticByPlatform - 가상 머신이 플랫폼에서 자동으로 업데이트됩니다. provisionVMAgent 및 WindowsConfiguration.enableAutomaticUpdates 속성은 true여야 합니다. 알려진 값은 "수동", "AutomaticByOS" 및 "AutomaticByPlatform"입니다.

변수

Name Description
patch_mode

IaaS 가상 머신에 대한 게스트 내 패치 모드를 지정합니다.:code:
<br /> 가능한 값은 :<br />``<br />Manual - 가상 머신에 패치 적용을 제어합니다. VM 내에서 수동으로 패치를 적용하여 이 작업을 수행합니다. 이 모드에서는 자동 업데이트를 사용할 수 없습니다. 속성 WindowsConfiguration.enableAutomaticUpdates는 false:code여야 합니다.
<br />AutomaticByOS - 가상 머신이 OS에 의해 자동으로 업데이트됩니다. WindowsConfiguration.enableAutomaticUpdates 속성은 true여야 합니다. <br />``<br />AutomaticByPlatform - 가상 머신이 플랫폼에서 자동으로 업데이트됩니다. provisionVMAgent 및 WindowsConfiguration.enableAutomaticUpdates 속성은 true여야 합니다. 알려진 값은 "수동", "AutomaticByOS" 및 "AutomaticByPlatform"입니다.