Class TroubleshootingRecommendedActions
java.lang.Object
com.microsoft.azure.management.network.TroubleshootingRecommendedActions
Recommended actions based on discovered issues.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactionId()
Get iD of the recommended action.Get description of recommended actions.Get the uri linking to a documentation for the recommended troubleshooting actions.Get the information from the URI for the recommended troubleshooting actions.withActionId
(String actionId) Set iD of the recommended action.withActionText
(String actionText) Set description of recommended actions.withActionUri
(String actionUri) Set the uri linking to a documentation for the recommended troubleshooting actions.withActionUriText
(String actionUriText) Set the information from the URI for the recommended troubleshooting actions.
-
Constructor Details
-
TroubleshootingRecommendedActions
public TroubleshootingRecommendedActions()
-
-
Method Details
-
actionId
Get iD of the recommended action.- Returns:
- the actionId value
-
withActionId
Set iD of the recommended action.- Parameters:
actionId
- the actionId value to set- Returns:
- the TroubleshootingRecommendedActions object itself.
-
actionText
Get description of recommended actions.- Returns:
- the actionText value
-
withActionText
Set description of recommended actions.- Parameters:
actionText
- the actionText value to set- Returns:
- the TroubleshootingRecommendedActions object itself.
-
actionUri
Get the uri linking to a documentation for the recommended troubleshooting actions.- Returns:
- the actionUri value
-
withActionUri
Set the uri linking to a documentation for the recommended troubleshooting actions.- Parameters:
actionUri
- the actionUri value to set- Returns:
- the TroubleshootingRecommendedActions object itself.
-
actionUriText
Get the information from the URI for the recommended troubleshooting actions.- Returns:
- the actionUriText value
-
withActionUriText
Set the information from the URI for the recommended troubleshooting actions.- Parameters:
actionUriText
- the actionUriText value to set- Returns:
- the TroubleshootingRecommendedActions object itself.
-