ArmRecoveryServicesSiteRecoveryModelFactory.MobilityServiceUpdate Method
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.
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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET