OrchestrationServiceSummary.ServiceState Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to