Share via


OrchestrationServiceSummary Class

Definition

Summary for an orchestration service of a virtual machine scale set.

public class OrchestrationServiceSummary : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.Models.OrchestrationServiceSummary>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Compute.Models.OrchestrationServiceSummary>
type OrchestrationServiceSummary = class
    interface IJsonModel<OrchestrationServiceSummary>
    interface IPersistableModel<OrchestrationServiceSummary>
Public Class OrchestrationServiceSummary
Implements IJsonModel(Of OrchestrationServiceSummary), IPersistableModel(Of OrchestrationServiceSummary)
Inheritance
OrchestrationServiceSummary
Implements

Properties

Name Description
LastStatusChangedOn

The last UTC time when the operation status changed. Minimum API version for this property is 2025-04-01.

LatestOperationStatus

The latest operation status of the service. Minimum API version for this property is 2025-04-01.

ServiceName

The name of the service.

ServiceState

The current state of the service.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<OrchestrationServiceSummary>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<OrchestrationServiceSummary>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<OrchestrationServiceSummary>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<OrchestrationServiceSummary>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<OrchestrationServiceSummary>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to