次の方法で共有


PluginCurrentState 構造体

定義

PluginCurrentState。

public readonly struct PluginCurrentState : IEquatable<Azure.Analytics.Synapse.Spark.Models.PluginCurrentState>
type PluginCurrentState = struct
Public Structure PluginCurrentState
Implements IEquatable(Of PluginCurrentState)
継承
PluginCurrentState
実装

コンストラクター

PluginCurrentState(String)

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

プロパティ

Cleanup

クリーンアップ。

Ended

終了。

Monitoring

監視。

Preparation

準備。

Queued

キュー。

ResourceAcquisition

ResourceAcquisition。

Submission

申請。

メソッド

Equals(PluginCurrentState)

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

ToString()

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

演算子

Equality(PluginCurrentState, PluginCurrentState)

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

Implicit(String to PluginCurrentState)

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

Inequality(PluginCurrentState, PluginCurrentState)

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

適用対象