次の方法で共有


IntegrationRuntimeAutoUpdateState 構造体

定義

統合ランタイムの自動更新の状態。

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

コンストラクター

IntegrationRuntimeAutoUpdateState(String)

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

プロパティ

Off

オフ。

On

オン:

メソッド

Equals(IntegrationRuntimeAutoUpdateState)

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

ToString()

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

演算子

Equality(IntegrationRuntimeAutoUpdateState, IntegrationRuntimeAutoUpdateState)

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

Implicit(String to IntegrationRuntimeAutoUpdateState)

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

Inequality(IntegrationRuntimeAutoUpdateState, IntegrationRuntimeAutoUpdateState)

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

適用対象