次の方法で共有


MachineLearningOutputDeliveryMode 構造体

定義

出力データ配信モード列挙型。

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

コンストラクター

MachineLearningOutputDeliveryMode(String)

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

プロパティ

Direct

[直接]。

ReadWriteMount

ReadWriteMount。

Upload

アップロード。

メソッド

Equals(MachineLearningOutputDeliveryMode)

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

ToString()

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

演算子

Equality(MachineLearningOutputDeliveryMode, MachineLearningOutputDeliveryMode)

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

Implicit(String to MachineLearningOutputDeliveryMode)

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

Inequality(MachineLearningOutputDeliveryMode, MachineLearningOutputDeliveryMode)

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

適用対象