次の方法で共有


SelfHostedIntegrationRuntimeNode.Status プロパティ

定義

統合ランタイム ノードの状態を取得します。 使用可能な値は、'NeedRegistration'、'Online'、'Limited'、'Offline'、'Upgrading'、'Initializing'、'InitializeFailed' です。

[Newtonsoft.Json.JsonProperty(PropertyName="status")]
public string Status { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="status")>]
member this.Status : string
Public ReadOnly Property Status As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象