Sdílet prostřednictvím


DataProductDataTypeState Struct

Definition

The data type state.

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

Constructors

DataProductDataTypeState(String)

Initializes a new instance of DataProductDataTypeState.

Properties

Running

Field to specify running state.

Stopped

Field to specify stopped state.

Methods

Equals(DataProductDataTypeState)

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(DataProductDataTypeState, DataProductDataTypeState)

Determines if two DataProductDataTypeState values are the same.

Implicit(String to DataProductDataTypeState)

Converts a string to a DataProductDataTypeState.

Inequality(DataProductDataTypeState, DataProductDataTypeState)

Determines if two DataProductDataTypeState values are not the same.

Applies to