Sdílet prostřednictvím


UpdateSystemServicesResponse Class

Definition

Response of the update system services API.

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

Properties

UpdateCompletedOn

The date and time when the last system services update completed.

UpdateStartedOn

The date and time when the last system services update was started.

UpdateStatus

Update status.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<UpdateSystemServicesResponse>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<UpdateSystemServicesResponse>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<UpdateSystemServicesResponse>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<UpdateSystemServicesResponse>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<UpdateSystemServicesResponse>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to