Uses of Class
com.azure.resourcemanager.network.models.TroubleshootingDetails
Packages that use TroubleshootingDetails
Package
Description
Package containing the inner data models for NetworkManagementClient.
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 TroubleshootingDetailsModifier and TypeMethodDescriptionTroubleshootingResultInner.results()Get the results property: Information from troubleshooting.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type TroubleshootingDetailsModifier and TypeMethodDescriptionTroubleshootingResultInner.withResults(List<TroubleshootingDetails> results) Set the results property: Information from troubleshooting. -
Uses of TroubleshootingDetails in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type TroubleshootingDetailsModifier and TypeClassDescriptionfinal classInformation gained from troubleshooting of specified resource.Methods in com.azure.resourcemanager.network.models that return TroubleshootingDetailsModifier and TypeMethodDescriptionstatic TroubleshootingDetailsTroubleshootingDetails.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of TroubleshootingDetails from the JsonReader.TroubleshootingDetails.withDetail(String detail) Set the detail property: Details on troubleshooting results.Set the id property: The id of the get troubleshoot operation.TroubleshootingDetails.withReasonType(String reasonType) Set the reasonType property: Reason type of failure.TroubleshootingDetails.withRecommendedActions(List<TroubleshootingRecommendedActions> recommendedActions) Set the recommendedActions property: List of recommended actions.TroubleshootingDetails.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 TroubleshootingDetailsModifier and TypeMethodDescriptionTroubleshooting.results()Gets information from troubleshooting.