SupportedOSProperty 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
SupportedOSProperty() |
Initializes a new instance of the SupportedOSProperty class. |
SupportedOSProperty(String, IList<SupportedOSDetails>) |
Initializes a new instance of the SupportedOSProperty class. |
SupportedOSProperty()
Initializes a new instance of the SupportedOSProperty class.
public SupportedOSProperty ();
Public Sub New ()
Applies to
SupportedOSProperty(String, IList<SupportedOSDetails>)
Initializes a new instance of the SupportedOSProperty class.
public SupportedOSProperty (string instanceType = default, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.SupportedOSDetails> supportedOS = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.SupportedOSProperty : string * System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.SupportedOSDetails> -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.SupportedOSProperty
Public Sub New (Optional instanceType As String = Nothing, Optional supportedOS As IList(Of SupportedOSDetails) = Nothing)
Parameters
- instanceType
- String
The replication provider type.
- supportedOS
- IList<SupportedOSDetails>
The list of supported operating systems.