Class OrchestrationServiceSummary
- java.lang.Object
-
- com.azure.resourcemanager.compute.models.OrchestrationServiceSummary
-
public final class OrchestrationServiceSummary extends Object
Summary for an orchestration service of a virtual machine scale set.
-
-
Constructor Summary
Constructors Constructor Description OrchestrationServiceSummary()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OrchestrationServiceNamesserviceName()Get the serviceName property: The name of the service.OrchestrationServiceStateserviceState()Get the serviceState property: The current state of the service.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
serviceName
public OrchestrationServiceNames serviceName()
Get the serviceName property: The name of the service.- Returns:
- the serviceName value.
-
serviceState
public OrchestrationServiceState 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.
-
-