DataCollectionMode Struct

Definition

The DataCollectionMode.

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

Constructors

DataCollectionMode(String)

Initializes a new instance of DataCollectionMode.

Properties

Disabled

Disabled.

Enabled

Enabled.

Methods

Equals(DataCollectionMode)

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

Determines if two DataCollectionMode values are the same.

Implicit(String to DataCollectionMode)

Converts a string to a DataCollectionMode.

Inequality(DataCollectionMode, DataCollectionMode)

Determines if two DataCollectionMode values are not the same.

Applies to