ComputeFleetWindowsPatchAssessmentMode 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.
public readonly struct ComputeFleetWindowsPatchAssessmentMode : IEquatable<Azure.ResourceManager.ComputeFleet.Models.ComputeFleetWindowsPatchAssessmentMode>
type ComputeFleetWindowsPatchAssessmentMode = struct
Public Structure ComputeFleetWindowsPatchAssessmentMode
Implements IEquatable(Of ComputeFleetWindowsPatchAssessmentMode)
- Inheritance
-
ComputeFleetWindowsPatchAssessmentMode
- Implements
Constructors
ComputeFleetWindowsPatchAssessmentMode(String) |
Initializes a new instance of ComputeFleetWindowsPatchAssessmentMode. |
Properties
AutomaticByPlatform |
The platform will trigger periodic patch assessments. The property provisionVMAgent must be true. |
ImageDefault |
You control the timing of patch assessments on a virtual machine. |
Methods
Equals(ComputeFleetWindowsPatchAssessmentMode) |
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(ComputeFleetWindowsPatchAssessmentMode, ComputeFleetWindowsPatchAssessmentMode) |
Determines if two ComputeFleetWindowsPatchAssessmentMode values are the same. |
Implicit(String to ComputeFleetWindowsPatchAssessmentMode) |
Converts a String to a ComputeFleetWindowsPatchAssessmentMode. |
Inequality(ComputeFleetWindowsPatchAssessmentMode, ComputeFleetWindowsPatchAssessmentMode) |
Determines if two ComputeFleetWindowsPatchAssessmentMode values are not the same. |
Applies to
Azure SDK for .NET