AtlasTermAssignmentStatus 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.
Status for term assignment.
public readonly struct AtlasTermAssignmentStatus : IEquatable<Azure.Analytics.Purview.DataMap.AtlasTermAssignmentStatus>
type AtlasTermAssignmentStatus = struct
Public Structure AtlasTermAssignmentStatus
Implements IEquatable(Of AtlasTermAssignmentStatus)
- Inheritance
-
AtlasTermAssignmentStatus
- Implements
Constructors
AtlasTermAssignmentStatus(String) |
Initializes a new instance of AtlasTermAssignmentStatus. |
Properties
Deprecated |
The status is deprecated. |
Discovered |
The status is discovered. |
Imported |
The status is imported. |
Obsolete |
The status is obsolete. |
Other |
Other status. |
Proposed |
The status is proposed. |
Validated |
The status is validated. |
Methods
Equals(AtlasTermAssignmentStatus) |
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(AtlasTermAssignmentStatus, AtlasTermAssignmentStatus) |
Determines if two AtlasTermAssignmentStatus values are the same. |
Implicit(String to AtlasTermAssignmentStatus) |
Converts a string to a AtlasTermAssignmentStatus. |
Inequality(AtlasTermAssignmentStatus, AtlasTermAssignmentStatus) |
Determines if two AtlasTermAssignmentStatus values are not the same. |
Applies to
Azure SDK for .NET