Share via


Solution Constructors

Definition

Overloads

Solution()
Solution(Nullable<Double>, String, Nullable<Double>, String, Nullable<SolutionType>, IList<IList<NameValuePair>>, IList<IList<NameValuePair>>)

Solution()

public Solution ();
Public Sub New ()

Applies to

Solution(Nullable<Double>, String, Nullable<Double>, String, Nullable<SolutionType>, IList<IList<NameValuePair>>, IList<IList<NameValuePair>>)

public Solution (double? id = default, string displayName = default, double? order = default, string description = default, Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.SolutionType? type = default, System.Collections.Generic.IList<System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.NameValuePair>> data = default, System.Collections.Generic.IList<System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.NameValuePair>> metadata = default);
new Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.Solution : Nullable<double> * string * Nullable<double> * string * Nullable<Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.SolutionType> * System.Collections.Generic.IList<System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.NameValuePair>> * System.Collections.Generic.IList<System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.NameValuePair>> -> Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.Solution
Public Sub New (Optional id As Nullable(Of Double) = Nothing, Optional displayName As String = Nothing, Optional order As Nullable(Of Double) = Nothing, Optional description As String = Nothing, Optional type As Nullable(Of SolutionType) = Nothing, Optional data As IList(Of IList(Of NameValuePair)) = Nothing, Optional metadata As IList(Of IList(Of NameValuePair)) = Nothing)

Parameters

displayName
String
order
Nullable<Double>
description
String

Applies to