Share via


CheckSystemServicesUpdatesAvailableResponse Class

Definition

Information about updates available for system services in a cluster.

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

Properties

UpdatesAvailable

Yes if updates are available for the system services, No if not.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<CheckSystemServicesUpdatesAvailableResponse>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CheckSystemServicesUpdatesAvailableResponse>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CheckSystemServicesUpdatesAvailableResponse>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CheckSystemServicesUpdatesAvailableResponse>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CheckSystemServicesUpdatesAvailableResponse>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to