OrchestrationServiceSummary Class
- java.
lang. Object - com.
azure. resourcemanager. compute. models. OrchestrationServiceSummary
- com.
Implements
public final class OrchestrationServiceSummary
implements JsonSerializable<OrchestrationServiceSummary>
Summary for an orchestration service of a virtual machine scale set.
Constructor Summary
Constructor | Description |
---|---|
OrchestrationServiceSummary() |
Creates an instance of Orchestration |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Orchestration |
fromJson(JsonReader jsonReader)
Reads an instance of Orchestration |
Orchestration |
serviceName()
Get the service |
Orchestration |
serviceState()
Get the service |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
OrchestrationServiceSummary
public OrchestrationServiceSummary()
Creates an instance of OrchestrationServiceSummary class.
Method Details
fromJson
public static OrchestrationServiceSummary fromJson(JsonReader jsonReader)
Reads an instance of OrchestrationServiceSummary from the JsonReader.
Parameters:
Returns:
Throws:
serviceName
public OrchestrationServiceNames serviceName()
Get the serviceName property: The name of the service.
Returns:
serviceState
public OrchestrationServiceState serviceState()
Get the serviceState property: The current state of the service.
Returns:
toJson
validate
public void validate()
Validates the instance.
Applies to
Azure SDK for Java