共用方式為


DataProductControlState Struct

Definition

The data type state.

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

Constructors

DataProductControlState(String)

Initializes a new instance of DataProductControlState.

Properties

Disabled

Field to disable a setting.

Enabled

Field to enable a setting.

Methods

Equals(DataProductControlState)

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

Determines if two DataProductControlState values are the same.

Implicit(String to DataProductControlState)

Converts a string to a DataProductControlState.

Inequality(DataProductControlState, DataProductControlState)

Determines if two DataProductControlState values are not the same.

Applies to