Share via


MobilityServiceUpdate Class

Definition

The Mobility Service update details.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.MobilityServiceUpdateTypeConverter))]
public class MobilityServiceUpdate : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IMobilityServiceUpdate
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.MobilityServiceUpdateTypeConverter))>]
type MobilityServiceUpdate = class
    interface IMobilityServiceUpdate
    interface IJsonSerializable
Public Class MobilityServiceUpdate
Implements IMobilityServiceUpdate
Inheritance
MobilityServiceUpdate
Attributes
Implements

Constructors

MobilityServiceUpdate()

Creates an new MobilityServiceUpdate instance.

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.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of MobilityServiceUpdate.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MobilityServiceUpdate.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IMobilityServiceUpdate.

FromJsonString(String)

Creates a new instance of MobilityServiceUpdate, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of MobilityServiceUpdate into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to