次の方法で共有


JobAgentState 構造体

定義

ジョブ エージェントの状態。

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

コンストラクター

JobAgentState(String)

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

プロパティ

Creating

作成。

Deleting

Deleting。

Disabled

無効。

Ready

準備。

Updating

更新。

メソッド

Equals(JobAgentState)

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

ToString()

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

演算子

Equality(JobAgentState, JobAgentState)

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

Implicit(String to JobAgentState)

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

Inequality(JobAgentState, JobAgentState)

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

適用対象