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

ServiceName

The name of the service.

ServiceState

The current state of the service.

Explicit Interface Implementations

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