次の方法で共有


OrchestrationServiceSummary.ServiceState プロパティ

定義

サービスの現在の状態を取得します。 使用可能な値は、'NotRunning'、'Running'、'Suspended' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象