Class OrchestrationServiceSummary
java.lang.Object
com.microsoft.azure.management.compute.OrchestrationServiceSummary
Summary for an orchestration service of a virtual machine scale set.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the name of the service.Get the current state of the service.
-
Constructor Details
-
OrchestrationServiceSummary
public OrchestrationServiceSummary()
-
-
Method Details
-
serviceName
Get the name of the service. Possible values include: 'AutomaticRepairs'.- Returns:
- the serviceName value
-
serviceState
Get the current state of the service. Possible values include: 'NotRunning', 'Running', 'Suspended'.- Returns:
- the serviceState value
-