次の方法で共有


SynapseSelfHostedIntegrationRuntimeNodeStatus 構造体

定義

統合ランタイム ノードの状態。

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

コンストラクター

SynapseSelfHostedIntegrationRuntimeNodeStatus(String)

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

プロパティ

InitializeFailed

InitializeFailed。

Initializing

初期化しています。

Limited

限定的。

NeedRegistration

NeedRegistration。

Offline

オフラインです。

Online

オンライン。

Upgrading

アップグレード。

メソッド

Equals(SynapseSelfHostedIntegrationRuntimeNodeStatus)

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

ToString()

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

演算子

Equality(SynapseSelfHostedIntegrationRuntimeNodeStatus, SynapseSelfHostedIntegrationRuntimeNodeStatus)

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

Implicit(String to SynapseSelfHostedIntegrationRuntimeNodeStatus)

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

Inequality(SynapseSelfHostedIntegrationRuntimeNodeStatus, SynapseSelfHostedIntegrationRuntimeNodeStatus)

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

適用対象