Solution Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
Solution() |
Initialise une nouvelle instance de la classe Solution. |
Solution(Nullable<Double>, String, Nullable<Double>, String, Nullable<SolutionType>, IList<IList<NameValuePair>>, IList<IList<NameValuePair>>) |
Initialise une nouvelle instance de la classe Solution. |
Solution()
Initialise une nouvelle instance de la classe Solution.
public Solution ();
Public Sub New ()
S’applique à
Solution(Nullable<Double>, String, Nullable<Double>, String, Nullable<SolutionType>, IList<IList<NameValuePair>>, IList<IList<NameValuePair>>)
Initialise une nouvelle instance de la classe Solution.
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ètres
- displayName
- String
Nom d’affichage de la solution
- description
- String
Description de la solution
- type
- Nullable<SolutionType>
Type de solution. Les valeurs possibles sont les suivantes : 'QuickSolution', 'DeepInvestigation', 'BestPractices'
- data
- IList<IList<NameValuePair>>
Données de solution.
- metadata
- IList<IList<NameValuePair>>
Métadonnées de solution.
S’applique à
Azure SDK for .NET