次の方法で共有


OrchestrationServiceSummary.ServiceState プロパティ

定義

サービスの現在の状態を取得します。 指定できる値は、'NotRunning'、'Running'、'Suspended' です。

[Newtonsoft.Json.JsonProperty(PropertyName="serviceState")]
public Microsoft.Azure.Management.Compute.Fluent.Models.OrchestrationServiceState ServiceState { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="serviceState")>]
member this.ServiceState : Microsoft.Azure.Management.Compute.Fluent.Models.OrchestrationServiceState
Public ReadOnly Property ServiceState As OrchestrationServiceState

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象