Solution コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
Solution() |
Solution クラスの新しいインスタンスを初期化します。 |
Solution(Nullable<Double>, String, Nullable<Double>, String, Nullable<SolutionType>, IList<IList<NameValuePair>>, IList<IList<NameValuePair>>) |
Solution クラスの新しいインスタンスを初期化します。 |
Solution()
Solution クラスの新しいインスタンスを初期化します。
public Solution ();
Public Sub New ()
適用対象
Solution(Nullable<Double>, String, Nullable<Double>, String, Nullable<SolutionType>, IList<IList<NameValuePair>>, IList<IList<NameValuePair>>)
Solution クラスの新しいインスタンスを初期化します。
public Solution (double? id = default, string displayName = default, double? order = default, string description = default, Microsoft.Azure.Management.WebSites.Models.SolutionType? type = default, System.Collections.Generic.IList<System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.NameValuePair>> data = default, System.Collections.Generic.IList<System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.NameValuePair>> metadata = default);
new Microsoft.Azure.Management.WebSites.Models.Solution : Nullable<double> * string * Nullable<double> * string * Nullable<Microsoft.Azure.Management.WebSites.Models.SolutionType> * System.Collections.Generic.IList<System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.NameValuePair>> * System.Collections.Generic.IList<System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.NameValuePair>> -> Microsoft.Azure.Management.WebSites.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)
パラメーター
- displayName
- String
ソリューションの表示名
- description
- String
ソリューションの説明
- type
- Nullable<SolutionType>
ソリューションの種類。 使用可能な値は、'QuickSolution'、'DeepInvestigation'、'BestPractices' です。
- data
- IList<IList<NameValuePair>>
ソリューション データ。
- metadata
- IList<IList<NameValuePair>>
ソリューション メタデータ。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET