Поделиться через


MigrationAssessmentType Struct

Definition

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.

Applies to