Uses of Class
com.azure.resourcemanager.compute.models.VirtualMachineScaleSetVMProtectionPolicy
-
Packages that use VirtualMachineScaleSetVMProtectionPolicy 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. -
-
Uses of VirtualMachineScaleSetVMProtectionPolicy in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return VirtualMachineScaleSetVMProtectionPolicy Modifier and Type Method Description VirtualMachineScaleSetVMProtectionPolicyVirtualMachineScaleSetVMInner. protectionPolicy()Get the protectionPolicy property: Specifies the protection policy of the virtual machine.VirtualMachineScaleSetVMProtectionPolicyVirtualMachineScaleSetVMPropertiesInner. protectionPolicy()Get the protectionPolicy property: Specifies the protection policy of the virtual machine.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type VirtualMachineScaleSetVMProtectionPolicy Modifier and Type Method Description VirtualMachineScaleSetVMInnerVirtualMachineScaleSetVMInner. withProtectionPolicy(VirtualMachineScaleSetVMProtectionPolicy protectionPolicy)Set the protectionPolicy property: Specifies the protection policy of the virtual machine.VirtualMachineScaleSetVMPropertiesInnerVirtualMachineScaleSetVMPropertiesInner. withProtectionPolicy(VirtualMachineScaleSetVMProtectionPolicy protectionPolicy)Set the protectionPolicy property: Specifies the protection policy of the virtual machine. -
Uses of VirtualMachineScaleSetVMProtectionPolicy in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return VirtualMachineScaleSetVMProtectionPolicy Modifier and Type Method Description VirtualMachineScaleSetVMProtectionPolicyVirtualMachineScaleSetVM. protectionPolicy()VirtualMachineScaleSetVMProtectionPolicyVirtualMachineScaleSetVMProtectionPolicy. 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.VirtualMachineScaleSetVMProtectionPolicyVirtualMachineScaleSetVMProtectionPolicy. 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.
-