Uses of Class
com.azure.resourcemanager.network.models.TroubleshootingDetails
-
Packages that use TroubleshootingDetails Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of TroubleshootingDetails in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type TroubleshootingDetails Modifier and Type Method Description List<TroubleshootingDetails>TroubleshootingResultInner. results()Get the results property: Information from troubleshooting.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type TroubleshootingDetails Modifier and Type Method Description TroubleshootingResultInnerTroubleshootingResultInner. withResults(List<TroubleshootingDetails> results)Set the results property: Information from troubleshooting. -
Uses of TroubleshootingDetails in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return TroubleshootingDetails Modifier and Type Method Description TroubleshootingDetailsTroubleshootingDetails. withDetail(String detail)Set the detail property: Details on troubleshooting results.TroubleshootingDetailsTroubleshootingDetails. withId(String id)Set the id property: The id of the get troubleshoot operation.TroubleshootingDetailsTroubleshootingDetails. withReasonType(String reasonType)Set the reasonType property: Reason type of failure.TroubleshootingDetailsTroubleshootingDetails. withRecommendedActions(List<TroubleshootingRecommendedActions> recommendedActions)Set the recommendedActions property: List of recommended actions.TroubleshootingDetailsTroubleshootingDetails. withSummary(String summary)Set the summary property: A summary of troubleshooting.Methods in com.azure.resourcemanager.network.models that return types with arguments of type TroubleshootingDetails Modifier and Type Method Description List<TroubleshootingDetails>Troubleshooting. results()
-