Uses of Class
com.azure.resourcemanager.network.models.TroubleshootingRecommendedActions
Packages that use TroubleshootingRecommendedActions
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of TroubleshootingRecommendedActions in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return TroubleshootingRecommendedActionsModifier and TypeMethodDescriptionTroubleshootingRecommendedActions.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of TroubleshootingRecommendedActions from the JsonReader.TroubleshootingRecommendedActions.withActionId(String actionId) Set the actionId property: ID of the recommended action.TroubleshootingRecommendedActions.withActionText(String actionText) Set the actionText property: Description of recommended actions.TroubleshootingRecommendedActions.withActionUri(String actionUri) Set the actionUri property: The uri linking to a documentation for the recommended troubleshooting actions.TroubleshootingRecommendedActions.withActionUriText(String actionUriText) Set the actionUriText property: The information from the URI for the recommended troubleshooting actions.Methods in com.azure.resourcemanager.network.models that return types with arguments of type TroubleshootingRecommendedActionsModifier and TypeMethodDescriptionTroubleshootingDetails.recommendedActions()Get the recommendedActions property: List of recommended actions.Method parameters in com.azure.resourcemanager.network.models with type arguments of type TroubleshootingRecommendedActionsModifier and TypeMethodDescriptionTroubleshootingDetails.withRecommendedActions(List<TroubleshootingRecommendedActions> recommendedActions) Set the recommendedActions property: List of recommended actions.