Uses of Class
com.microsoft.azure.management.network.TroubleshootingRecommendedActions
Packages that use TroubleshootingRecommendedActions
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of TroubleshootingRecommendedActions in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return TroubleshootingRecommendedActionsModifier and TypeMethodDescriptionTroubleshootingRecommendedActions.withActionId
(String actionId) Set iD of the recommended action.TroubleshootingRecommendedActions.withActionText
(String actionText) Set description of recommended actions.TroubleshootingRecommendedActions.withActionUri
(String actionUri) Set the uri linking to a documentation for the recommended troubleshooting actions.TroubleshootingRecommendedActions.withActionUriText
(String actionUriText) Set the information from the URI for the recommended troubleshooting actions.Methods in com.microsoft.azure.management.network that return types with arguments of type TroubleshootingRecommendedActionsModifier and TypeMethodDescriptionTroubleshootingDetails.recommendedActions()
Get list of recommended actions.Method parameters in com.microsoft.azure.management.network with type arguments of type TroubleshootingRecommendedActionsModifier and TypeMethodDescriptionTroubleshootingDetails.withRecommendedActions
(List<TroubleshootingRecommendedActions> recommendedActions) Set list of recommended actions.