Solution Konstruktorok
Definíció
Fontos
Egyes információk olyan, kiadás előtti termékekre vonatkoznak, amelyek a kiadásig még jelentősen módosulhatnak. A Microsoft nem vállal kifejezett vagy törvényi garanciát az itt megjelenő információért.
Túlterhelések
Solution() |
Inicializálja a Megoldás osztály új példányát. |
Solution(Nullable<Double>, String, Nullable<Double>, String, Nullable<SolutionType>, IList<IList<NameValuePair>>, IList<IList<NameValuePair>>) |
Inicializálja a Megoldás osztály új példányát. |
Solution()
Inicializálja a Megoldás osztály új példányát.
public Solution ();
Public Sub New ()
A következőre érvényes:
Solution(Nullable<Double>, String, Nullable<Double>, String, Nullable<SolutionType>, IList<IList<NameValuePair>>, IList<IList<NameValuePair>>)
Inicializálja a Megoldás osztály új példányát.
public Solution (double? id = default, string displayName = default, double? order = default, string description = default, Microsoft.Azure.Management.AppService.Fluent.Models.SolutionType? type = default, System.Collections.Generic.IList<System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.NameValuePair>> data = default, System.Collections.Generic.IList<System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.NameValuePair>> metadata = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.Solution : Nullable<double> * string * Nullable<double> * string * Nullable<Microsoft.Azure.Management.AppService.Fluent.Models.SolutionType> * System.Collections.Generic.IList<System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.NameValuePair>> * System.Collections.Generic.IList<System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.NameValuePair>> -> Microsoft.Azure.Management.AppService.Fluent.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)
Paraméterek
- displayName
- String
A megoldás megjelenítendő neve
- description
- String
A megoldás leírása
- type
- Nullable<SolutionType>
A megoldás típusa. Lehetséges értékek: "QuickSolution", "DeepInvestigation", "BestPractices"
- data
- IList<IList<NameValuePair>>
Megoldásadatok.
- metadata
- IList<IList<NameValuePair>>
Megoldás metaadatai.
A következőre érvényes:
Azure SDK for .NET