DataSetMappingStatus 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.
Gets the status of the data set mapping.
public readonly struct DataSetMappingStatus : IEquatable<Azure.ResourceManager.DataShare.Models.DataSetMappingStatus>
type DataSetMappingStatus = struct
Public Structure DataSetMappingStatus
Implements IEquatable(Of DataSetMappingStatus)
- Inheritance
-
DataSetMappingStatus
- Implements
Constructors
DataSetMappingStatus(String) |
Initializes a new instance of DataSetMappingStatus. |
Properties
Broken |
Broken. |
Ok |
Ok. |
Methods
Equals(DataSetMappingStatus) |
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(DataSetMappingStatus, DataSetMappingStatus) |
Determines if two DataSetMappingStatus values are the same. |
Implicit(String to DataSetMappingStatus) |
Converts a string to a DataSetMappingStatus. |
Inequality(DataSetMappingStatus, DataSetMappingStatus) |
Determines if two DataSetMappingStatus values are not the same. |
Applies to
Azure SDK for .NET