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