次の方法で共有


Solution コンストラクター

定義

オーバーロード

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.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)

パラメーター

id
Nullable<Double>

ソリューション ID。

displayName
String

ソリューションの表示名

order
Nullable<Double>

ソリューションの順序。

description
String

ソリューションの説明

type
Nullable<SolutionType>

ソリューションの種類。 使用可能な値は、'QuickSolution'、'DeepInvestigation'、'BestPractices' です。

data
IList<IList<NameValuePair>>

ソリューション データ。

metadata
IList<IList<NameValuePair>>

ソリューション メタデータ。

適用対象