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
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type VirtualMachineScaleSetVMProtectionPolicyModifier and TypeClassDescriptionfinal classThe protection policy of a virtual machine scale set VM.Methods in com.azure.resourcemanager.compute.models that return VirtualMachineScaleSetVMProtectionPolicyModifier and TypeMethodDescriptionVirtualMachineScaleSetVMProtectionPolicy.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VirtualMachineScaleSetVMProtectionPolicy from the JsonReader.VirtualMachineScaleSetVM.protectionPolicy()Gets the specific protection policy for the vm.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.