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.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Orchestration |
fromJson(JsonReader jsonReader)
Reads an instance of Orchestration |
|
Offset |
lastStatusChangeTime()
Get the last |
|
Orchestration |
latestOperationStatus()
Get the latest |
|
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
Method Details
fromJson
public static OrchestrationServiceSummary fromJson(JsonReader jsonReader)
Reads an instance of OrchestrationServiceSummary from the JsonReader.
Parameters:
Returns:
Throws:
lastStatusChangeTime
public OffsetDateTime lastStatusChangeTime()
Get the lastStatusChangeTime property: The last UTC time when the operation status changed. Minimum API version for this property is 2025-04-01.
Returns:
latestOperationStatus
public OrchestrationServiceOperationStatus latestOperationStatus()
Get the latestOperationStatus property: The latest operation status of the service. Minimum API version for this property is 2025-04-01.
Returns:
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.