Uses of Class
com.microsoft.azure.management.network.TroubleshootingRecommendedActions
-
Packages that use TroubleshootingRecommendedActions Package Description com.microsoft.azure.management.network 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 TroubleshootingRecommendedActions Modifier and Type Method Description TroubleshootingRecommendedActionsTroubleshootingRecommendedActions. withActionId(String actionId)Set the actionId value.TroubleshootingRecommendedActionsTroubleshootingRecommendedActions. withActionText(String actionText)Set the actionText value.TroubleshootingRecommendedActionsTroubleshootingRecommendedActions. withActionUri(String actionUri)Set the actionUri value.TroubleshootingRecommendedActionsTroubleshootingRecommendedActions. withActionUriText(String actionUriText)Set the actionUriText value.Methods in com.microsoft.azure.management.network that return types with arguments of type TroubleshootingRecommendedActions Modifier and Type Method Description List<TroubleshootingRecommendedActions>TroubleshootingDetails. recommendedActions()Get the recommendedActions value.Method parameters in com.microsoft.azure.management.network with type arguments of type TroubleshootingRecommendedActions Modifier and Type Method Description TroubleshootingDetailsTroubleshootingDetails. withRecommendedActions(List<TroubleshootingRecommendedActions> recommendedActions)Set the recommendedActions value.
-