Partilhar via


ComputeFleetLinuxPatchAssessmentMode Struct

Definition

Specifies the mode of VM Guest Patch Assessment for the IaaS virtual machine.

Possible values are:

ImageDefault - You control the timing of patch assessments on a virtual machine.

AutomaticByPlatform - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true.

public readonly struct ComputeFleetLinuxPatchAssessmentMode : IEquatable<Azure.ResourceManager.ComputeFleet.Models.ComputeFleetLinuxPatchAssessmentMode>
type ComputeFleetLinuxPatchAssessmentMode = struct
Public Structure ComputeFleetLinuxPatchAssessmentMode
Implements IEquatable(Of ComputeFleetLinuxPatchAssessmentMode)
Inheritance
ComputeFleetLinuxPatchAssessmentMode
Implements

Constructors

ComputeFleetLinuxPatchAssessmentMode(String)

Initializes a new instance of ComputeFleetLinuxPatchAssessmentMode.

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(ComputeFleetLinuxPatchAssessmentMode)

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(ComputeFleetLinuxPatchAssessmentMode, ComputeFleetLinuxPatchAssessmentMode)

Determines if two ComputeFleetLinuxPatchAssessmentMode values are the same.

Implicit(String to ComputeFleetLinuxPatchAssessmentMode)

Converts a String to a ComputeFleetLinuxPatchAssessmentMode.

Inequality(ComputeFleetLinuxPatchAssessmentMode, ComputeFleetLinuxPatchAssessmentMode)

Determines if two ComputeFleetLinuxPatchAssessmentMode values are not the same.

Applies to