Package | Description |
---|---|
com.azure.resourcemanager.compute.fluent.models |
Package containing the inner data models for ComputeManagementClient.
|
com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachineScaleSetVMProtectionPolicy |
VirtualMachineScaleSetVMInner.protectionPolicy()
Get the protectionPolicy property: Specifies the protection policy of the virtual machine.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachineScaleSetVMInner |
VirtualMachineScaleSetVMInner.withProtectionPolicy(VirtualMachineScaleSetVMProtectionPolicy protectionPolicy)
Set the protectionPolicy property: Specifies the protection policy of the virtual machine.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachineScaleSetVMProtectionPolicy |
VirtualMachineScaleSetVM.protectionPolicy() |
VirtualMachineScaleSetVMProtectionPolicy |
VirtualMachineScaleSetVMProtectionPolicy.withProtectFromScaleIn(Boolean protectFromScaleIn)
Set the protectFromScaleIn property: Indicates that the virtual machine scale set VM shouldn't be considered for
deletion during a scale-in operation.
|
VirtualMachineScaleSetVMProtectionPolicy |
VirtualMachineScaleSetVMProtectionPolicy.withProtectFromScaleSetActions(Boolean protectFromScaleSetActions)
Set the protectFromScaleSetActions property: 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.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.