次の方法で共有


MySqlQueryPerformanceInsightResetDataResultState 構造体

定義

操作の結果を示します。

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

コンストラクター

MySqlQueryPerformanceInsightResetDataResultState(String)

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

プロパティ

Failed

失敗。

Succeeded

成功。

メソッド

Equals(MySqlQueryPerformanceInsightResetDataResultState)

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

ToString()

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

演算子

Equality(MySqlQueryPerformanceInsightResetDataResultState, MySqlQueryPerformanceInsightResetDataResultState)

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

Implicit(String to MySqlQueryPerformanceInsightResetDataResultState)

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

Inequality(MySqlQueryPerformanceInsightResetDataResultState, MySqlQueryPerformanceInsightResetDataResultState)

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

適用対象