Uses of Class
com.azure.resourcemanager.compute.models.VirtualMachineScaleSetVMProtectionPolicy
Packages that use VirtualMachineScaleSetVMProtectionPolicy
Package
Description
Package containing the inner data models for ComputeManagementClient.
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 VirtualMachineScaleSetVMProtectionPolicyModifier and TypeMethodDescriptionVirtualMachineScaleSetVMInner.protectionPolicy()Get the protectionPolicy property: Specifies the protection policy of the virtual machine.VirtualMachineScaleSetVMPropertiesInner.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 VirtualMachineScaleSetVMProtectionPolicyModifier and TypeMethodDescriptionVirtualMachineScaleSetVMInner.withProtectionPolicy(VirtualMachineScaleSetVMProtectionPolicy protectionPolicy) Set the protectionPolicy property: Specifies the protection policy of the virtual machine.VirtualMachineScaleSetVMPropertiesInner.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 VirtualMachineScaleSetVMProtectionPolicyModifier and TypeMethodDescriptionVirtualMachineScaleSetVM.protectionPolicy()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.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.