Solution Class
Class Representing Solution for problems detected.
- Inheritance
-
azure.mgmt.web._serialization.ModelSolution
Constructor
Solution(*, id: float | None = None, display_name: str | None = None, order: float | None = None, description: str | None = None, type: str | _models.SolutionType | None = None, data: List[List[_models.NameValuePair]] | None = None, metadata: List[List[_models.NameValuePair]] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
Solution Id. |
display_name
|
Display Name of the solution. |
order
|
Order of the solution. |
description
|
Description of the solution. |
type
|
str or
SolutionType
Type of Solution. Known values are: "QuickSolution", "DeepInvestigation", and "BestPractices". |
data
|
Solution Data. |
metadata
|
Solution Metadata. |
Variables
Name | Description |
---|---|
id
|
Solution Id. |
display_name
|
Display Name of the solution. |
order
|
Order of the solution. |
description
|
Description of the solution. |
type
|
str or
SolutionType
Type of Solution. Known values are: "QuickSolution", "DeepInvestigation", and "BestPractices". |
data
|
Solution Data. |
metadata
|
Solution Metadata. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python