MachineLearningListViewType Struct

Definition

The MachineLearningListViewType.

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

Constructors

MachineLearningListViewType(String)

Initializes a new instance of MachineLearningListViewType.

Properties

ActiveOnly

ActiveOnly.

All

All.

ArchivedOnly

ArchivedOnly.

Methods

Equals(MachineLearningListViewType)

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

Determines if two MachineLearningListViewType values are the same.

Implicit(String to MachineLearningListViewType)

Converts a string to a MachineLearningListViewType.

Inequality(MachineLearningListViewType, MachineLearningListViewType)

Determines if two MachineLearningListViewType values are not the same.

Applies to