Share via


SupportedOSProperty Constructors

Definition

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.

Applies to