共用方式為


DataSetMappingStatus Struct

Definition

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