次の方法で共有


MachineLearningListViewType 構造体

定義

MachineLearningListViewType。

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

コンストラクター

MachineLearningListViewType(String)

MachineLearningListViewType の新しいインスタンスを初期化します。

プロパティ

ActiveOnly

ActiveOnly。

All

すべて。

ArchivedOnly

ArchivedOnly。

メソッド

Equals(MachineLearningListViewType)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(MachineLearningListViewType, MachineLearningListViewType)

2 つの MachineLearningListViewType 値が同じかどうかを判断します。

Implicit(String to MachineLearningListViewType)

文字列を MachineLearningListViewType に変換します。

Inequality(MachineLearningListViewType, MachineLearningListViewType)

2 つの MachineLearningListViewType 値が同じでないかどうかを判断します。

適用対象