你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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