TroubleshootingRecommendedActions Class
Recommended actions based on discovered issues.
- Inheritance
-
azure.mgmt.network._serialization.ModelTroubleshootingRecommendedActions
Constructor
TroubleshootingRecommendedActions(*, action_id: str | None = None, action_text: str | None = None, action_uri: str | None = None, action_uri_text: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
action_id
|
ID of the recommended action. |
action_text
|
Description of recommended actions. |
action_uri
|
The uri linking to a documentation for the recommended troubleshooting actions. |
action_uri_text
|
The information from the URI for the recommended troubleshooting actions. |
Variables
Name | Description |
---|---|
action_id
|
ID of the recommended action. |
action_text
|
Description of recommended actions. |
action_uri
|
The uri linking to a documentation for the recommended troubleshooting actions. |
action_uri_text
|
The information from the URI for the recommended troubleshooting actions. |
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