MobilityServiceUpdate Class

Definition

The Mobility Service update details.

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

Properties

OSType

The OS type.

RebootStatus

The reboot status of the update - whether it is required or not.

Version

The version of the latest update.

Explicit Interface Implementations

IJsonModel<MobilityServiceUpdate>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MobilityServiceUpdate>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MobilityServiceUpdate>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MobilityServiceUpdate>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MobilityServiceUpdate>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to