Uses of Class
com.azure.resourcemanager.network.models.TroubleshootingRecommendedActions
-
Packages that use TroubleshootingRecommendedActions Package Description com.azure.resourcemanager.network.models 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 TroubleshootingRecommendedActions Modifier and Type Method Description TroubleshootingRecommendedActionsTroubleshootingRecommendedActions. withActionId(String actionId)Set the actionId property: ID of the recommended action.TroubleshootingRecommendedActionsTroubleshootingRecommendedActions. withActionText(String actionText)Set the actionText property: Description of recommended actions.TroubleshootingRecommendedActionsTroubleshootingRecommendedActions. withActionUri(String actionUri)Set the actionUri property: The uri linking to a documentation for the recommended troubleshooting actions.TroubleshootingRecommendedActionsTroubleshootingRecommendedActions. 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 TroubleshootingRecommendedActions Modifier and Type Method Description List<TroubleshootingRecommendedActions>TroubleshootingDetails. recommendedActions()Get the recommendedActions property: List of recommended actions.Method parameters in com.azure.resourcemanager.network.models with type arguments of type TroubleshootingRecommendedActions Modifier and Type Method Description TroubleshootingDetailsTroubleshootingDetails. withRecommendedActions(List<TroubleshootingRecommendedActions> recommendedActions)Set the recommendedActions property: List of recommended actions.
-