Uses of Class
com.microsoft.azure.management.network.TroubleshootingDetails
-
Packages that use TroubleshootingDetails Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of TroubleshootingDetails in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return TroubleshootingDetails Modifier and Type Method Description TroubleshootingDetailsTroubleshootingDetails. withDetail(String detail)Set the detail value.TroubleshootingDetailsTroubleshootingDetails. withId(String id)Set the id value.TroubleshootingDetailsTroubleshootingDetails. withReasonType(String reasonType)Set the reasonType value.TroubleshootingDetailsTroubleshootingDetails. withRecommendedActions(List<TroubleshootingRecommendedActions> recommendedActions)Set the recommendedActions value.TroubleshootingDetailsTroubleshootingDetails. withSummary(String summary)Set the summary value.Methods in com.microsoft.azure.management.network that return types with arguments of type TroubleshootingDetails Modifier and Type Method Description List<TroubleshootingDetails>Troubleshooting. results()
-