Class OrchestrationServiceSummary
java.lang.Object
com.azure.resourcemanager.compute.models.OrchestrationServiceSummary
Summary for an orchestration service of a virtual machine scale set.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of OrchestrationServiceSummary class. -
Method Summary
Modifier and TypeMethodDescriptionGet the serviceName property: The name of the service.Get the serviceState property: The current state of the service.voidvalidate()Validates the instance.
-
Constructor Details
-
OrchestrationServiceSummary
public OrchestrationServiceSummary()Creates an instance of OrchestrationServiceSummary class.
-
-
Method Details
-
serviceName
Get the serviceName property: The name of the service.- Returns:
- the serviceName value.
-
serviceState
Get the serviceState property: The current state of the service.- Returns:
- the serviceState value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-