MigrationAssessmentType 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.
The MigrationAssessmentType.
public readonly struct MigrationAssessmentType : IEquatable<Azure.ResourceManager.Migration.Assessment.Models.MigrationAssessmentType>
type MigrationAssessmentType = struct
Public Structure MigrationAssessmentType
Implements IEquatable(Of MigrationAssessmentType)
- Inheritance
-
MigrationAssessmentType
- Implements
Constructors
MigrationAssessmentType(String) |
Initializes a new instance of MigrationAssessmentType. |
Properties
AvsAssessment |
AvsAssessment. |
MachineAssessment |
MachineAssessment. |
SqlAssessment |
SqlAssessment. |
Unknown |
Unknown. |
WebAppAssessment |
WebAppAssessment. |
Methods
Equals(MigrationAssessmentType) |
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(MigrationAssessmentType, MigrationAssessmentType) |
Determines if two MigrationAssessmentType values are the same. |
Implicit(String to MigrationAssessmentType) |
Converts a String to a MigrationAssessmentType. |
Inequality(MigrationAssessmentType, MigrationAssessmentType) |
Determines if two MigrationAssessmentType values are not the same. |