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