Share via


MobilityServiceUpdate Constructors

Definition

Overloads

MobilityServiceUpdate()

Initializes a new instance of the MobilityServiceUpdate class.

MobilityServiceUpdate(String, String, String)

Initializes a new instance of the MobilityServiceUpdate class.

MobilityServiceUpdate()

Initializes a new instance of the MobilityServiceUpdate class.

public MobilityServiceUpdate ();
Public Sub New ()

Applies to

MobilityServiceUpdate(String, String, String)

Initializes a new instance of the MobilityServiceUpdate class.

public MobilityServiceUpdate (string version = default, string rebootStatus = default, string osType = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.MobilityServiceUpdate : string * string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.MobilityServiceUpdate
Public Sub New (Optional version As String = Nothing, Optional rebootStatus As String = Nothing, Optional osType As String = Nothing)

Parameters

version
String

The version of the latest update.

rebootStatus
String

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

osType
String

The OS type.

Applies to