SupportedOSProperties Constructors

Definition

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.

Applies to