Поделиться через


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>

Идентификатор решения.

displayName
String

Отображаемое имя решения

order
Nullable<Double>

Порядок решения.

description
String

Описание решения

type
Nullable<SolutionType>

Тип решения. Возможные значения: QuickSolution, DeepInvestigation, BestPractices.

data
IList<IList<NameValuePair>>

Данные решения.

metadata
IList<IList<NameValuePair>>

Метаданные решения.

Применяется к