次の方法で共有


MachineLearningPublicNetworkAccessType 構造体

定義

PublicNetworkAccess が有効か無効かを判断する列挙型。

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

コンストラクター

MachineLearningPublicNetworkAccessType(String)

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

プロパティ

Disabled

無効。

Enabled

有効にします。

メソッド

Equals(MachineLearningPublicNetworkAccessType)

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

ToString()

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

演算子

Equality(MachineLearningPublicNetworkAccessType, MachineLearningPublicNetworkAccessType)

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

Implicit(String to MachineLearningPublicNetworkAccessType)

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

Inequality(MachineLearningPublicNetworkAccessType, MachineLearningPublicNetworkAccessType)

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

適用対象