VirtualMachineScaleSetVMProtectionPolicy Class
The protection policy of a virtual machine scale set VM.
- Inheritance
-
azure.mgmt.compute._serialization.ModelVirtualMachineScaleSetVMProtectionPolicy
Constructor
VirtualMachineScaleSetVMProtectionPolicy(*, protect_from_scale_in: bool | None = None, protect_from_scale_set_actions: bool | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
protect_from_scale_in
|
Indicates that the virtual machine scale set VM shouldn't be considered for deletion during a scale-in operation. |
protect_from_scale_set_actions
|
Indicates that model updates or actions (including scale-in) initiated on the virtual machine scale set should not be applied to the virtual machine scale set VM. |
Variables
Name | Description |
---|---|
protect_from_scale_in
|
Indicates that the virtual machine scale set VM shouldn't be considered for deletion during a scale-in operation. |
protect_from_scale_set_actions
|
Indicates that model updates or actions (including scale-in) initiated on the virtual machine scale set should not be applied to the virtual machine scale set VM. |
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Python