SupportedOSProperties 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
SupportedOSProperties() |
Initializes a new instance of the SupportedOSProperties class. |
SupportedOSProperties(IList<SupportedOSProperty>) |
Initializes a new instance of the SupportedOSProperties class. |
SupportedOSProperties()
Initializes a new instance of the SupportedOSProperties class.
public SupportedOSProperties ();
Public Sub New ()
Applies to
SupportedOSProperties(IList<SupportedOSProperty>)
Initializes a new instance of the SupportedOSProperties class.
public SupportedOSProperties (System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.SupportedOSProperty> supportedOSList = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.SupportedOSProperties : System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.SupportedOSProperty> -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.SupportedOSProperties
Public Sub New (Optional supportedOSList As IList(Of SupportedOSProperty) = Nothing)
Parameters
- supportedOSList
- IList<SupportedOSProperty>
The supported operating systems property list.