Share via


ArmRecoveryServicesSiteRecoveryModelFactory.MobilityServiceUpdate Method

Definition

Initializes a new instance of MobilityServiceUpdate.

public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.MobilityServiceUpdate MobilityServiceUpdate (string version = default, string rebootStatus = default, string osType = default);
static member MobilityServiceUpdate : string * string * string -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.MobilityServiceUpdate
Public Shared Function MobilityServiceUpdate (Optional version As String = Nothing, Optional rebootStatus As String = Nothing, Optional osType As String = Nothing) As MobilityServiceUpdate

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.

Returns

A new MobilityServiceUpdate instance for mocking.

Applies to