Share via


OrchestrationServiceSummary.ServiceState Property

Definition

Gets the current state of the service. Possible values include: '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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to