MigrationAssessmentStage Struct

Definition

The MigrationAssessmentStage.

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

Constructors

Name Description
MigrationAssessmentStage(String)

Initializes a new instance of MigrationAssessmentStage.

Properties

Name Description
Approved

Approved.

InProgress

InProgress.

UnderReview

UnderReview.

Methods

Name Description
Equals(MigrationAssessmentStage)

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

Name Description
Equality(MigrationAssessmentStage, MigrationAssessmentStage)

Determines if two MigrationAssessmentStage values are the same.

Implicit(String to MigrationAssessmentStage)

Converts a String to a MigrationAssessmentStage.

Inequality(MigrationAssessmentStage, MigrationAssessmentStage)

Determines if two MigrationAssessmentStage values are not the same.

Applies to