LinuxPatchAssessmentMode Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the mode of VM Guest Patch Assessment for the IaaS virtual machine.<br /><br /> Possible values are:<br /><br /> ImageDefault - You control the timing of patch assessments on a virtual machine. <br /><br /> AutomaticByPlatform - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true.
public readonly struct LinuxPatchAssessmentMode : IEquatable<Azure.ResourceManager.Compute.Models.LinuxPatchAssessmentMode>
type LinuxPatchAssessmentMode = struct
Public Structure LinuxPatchAssessmentMode
Implements IEquatable(Of LinuxPatchAssessmentMode)
- Inheritance
-
LinuxPatchAssessmentMode
- Implements
Constructors
LinuxPatchAssessmentMode(String) |
Initializes a new instance of LinuxPatchAssessmentMode. |
Properties
AutomaticByPlatform |
AutomaticByPlatform. |
ImageDefault |
ImageDefault. |
Methods
Equals(LinuxPatchAssessmentMode) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(LinuxPatchAssessmentMode, LinuxPatchAssessmentMode) |
Determines if two LinuxPatchAssessmentMode values are the same. |
Implicit(String to LinuxPatchAssessmentMode) |
Converts a String to a LinuxPatchAssessmentMode. |
Inequality(LinuxPatchAssessmentMode, LinuxPatchAssessmentMode) |
Determines if two LinuxPatchAssessmentMode values are not the same. |
Applies to
Azure SDK for .NET