Share via


AssessmentModeType Struct

Definition

Specifies the assessment mode.

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

Constructors

AssessmentModeType(String)

Initializes a new instance of AssessmentModeType.

Properties

AutomaticByPlatform

AutomaticByPlatform.

ImageDefault

ImageDefault.

Methods

Equals(AssessmentModeType)

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

Determines if two AssessmentModeType values are the same.

Implicit(String to AssessmentModeType)

Converts a string to a AssessmentModeType.

Inequality(AssessmentModeType, AssessmentModeType)

Determines if two AssessmentModeType values are not the same.

Applies to