WindowsPatchAssessmentMode Struct

Definition

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