MobilityServiceUpdate Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.