次の方法で共有


DataProductControlState 構造体

定義

データ型の状態。

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

コンストラクター

DataProductControlState(String)

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

プロパティ

Disabled

設定を無効にするフィールド。

Enabled

設定を有効にするフィールド。

メソッド

Equals(DataProductControlState)

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

ToString()

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

演算子

Equality(DataProductControlState, DataProductControlState)

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

Implicit(String to DataProductControlState)

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

Inequality(DataProductControlState, DataProductControlState)

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

適用対象