SupportedOSDetails 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
SupportedOSDetails() |
Initializes a new instance of the SupportedOSDetails class. |
SupportedOSDetails(String, String, IList<OSVersionWrapper>) |
Initializes a new instance of the SupportedOSDetails class. |
SupportedOSDetails()
Initializes a new instance of the SupportedOSDetails class.
public SupportedOSDetails ();
Public Sub New ()
Applies to
SupportedOSDetails(String, String, IList<OSVersionWrapper>)
Initializes a new instance of the SupportedOSDetails class.
public SupportedOSDetails (string osName = default, string osType = default, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.OSVersionWrapper> osVersions = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.SupportedOSDetails : string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.OSVersionWrapper> -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.SupportedOSDetails
Public Sub New (Optional osName As String = Nothing, Optional osType As String = Nothing, Optional osVersions As IList(Of OSVersionWrapper) = Nothing)
Parameters
- osName
- String
The name.
- osType
- String
The type.
- osVersions
- IList<OSVersionWrapper>
The list of version for operating system.