WindowsPatchAssessmentMode 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 WindowsPatchAssessmentMode : IEquatable<Azure.ResourceManager.Compute.Models.WindowsPatchAssessmentMode>
type WindowsPatchAssessmentMode = struct
Public Structure WindowsPatchAssessmentMode
Implements IEquatable(Of WindowsPatchAssessmentMode)
- Inheritance
-
WindowsPatchAssessmentMode
- Implements
Constructors
WindowsPatchAssessmentMode(String) |
Initializes a new instance of WindowsPatchAssessmentMode. |
Properties
AutomaticByPlatform |
AutomaticByPlatform. |
ImageDefault |
ImageDefault. |
Methods
Equals(WindowsPatchAssessmentMode) |
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(WindowsPatchAssessmentMode, WindowsPatchAssessmentMode) |
Determines if two WindowsPatchAssessmentMode values are the same. |
Implicit(String to WindowsPatchAssessmentMode) |
Converts a String to a WindowsPatchAssessmentMode. |
Inequality(WindowsPatchAssessmentMode, WindowsPatchAssessmentMode) |
Determines if two WindowsPatchAssessmentMode values are not the same. |
Applies to
Azure SDK for .NET