다음을 통해 공유


Solution 생성자

정의

오버로드

Solution()

Solution 클래스의 새 instance 초기화합니다.

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

Solution 클래스의 새 instance 초기화합니다.

Solution()

Solution 클래스의 새 instance 초기화합니다.

public Solution ();
Public Sub New ()

적용 대상

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

Solution 클래스의 새 instance 초기화합니다.

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

솔루션 메타데이터.

적용 대상