ArmRecoveryServicesSiteRecoveryModelFactory.SiteRecoveryOSDetails 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 SiteRecoveryOSDetails.
public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryOSDetails SiteRecoveryOSDetails (string osType = default, string productType = default, string osEdition = default, string osVersion = default, string osMajorVersion = default, string osMinorVersion = default);
static member SiteRecoveryOSDetails : string * string * string * string * string * string -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryOSDetails
Public Shared Function SiteRecoveryOSDetails (Optional osType As String = Nothing, Optional productType As String = Nothing, Optional osEdition As String = Nothing, Optional osVersion As String = Nothing, Optional osMajorVersion As String = Nothing, Optional osMinorVersion As String = Nothing) As SiteRecoveryOSDetails
Parameters
- osType
- String
VM Disk details.
- productType
- String
Product type.
- osEdition
- String
The OSEdition.
- osVersion
- String
The OS Version.
- osMajorVersion
- String
The OS Major Version.
- osMinorVersion
- String
The OS Minor Version.
Returns
A new SiteRecoveryOSDetails 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