Class TroubleshootingRecommendedActions

java.lang.Object
com.microsoft.azure.management.network.TroubleshootingRecommendedActions

public class TroubleshootingRecommendedActions extends Object
Recommended actions based on discovered issues.
  • Constructor Details

    • TroubleshootingRecommendedActions

      public TroubleshootingRecommendedActions()
  • Method Details

    • actionId

      public String actionId()
      Get iD of the recommended action.
      Returns:
      the actionId value
    • withActionId

      public TroubleshootingRecommendedActions withActionId(String actionId)
      Set iD of the recommended action.
      Parameters:
      actionId - the actionId value to set
      Returns:
      the TroubleshootingRecommendedActions object itself.
    • actionText

      public String actionText()
      Get description of recommended actions.
      Returns:
      the actionText value
    • withActionText

      public TroubleshootingRecommendedActions withActionText(String actionText)
      Set description of recommended actions.
      Parameters:
      actionText - the actionText value to set
      Returns:
      the TroubleshootingRecommendedActions object itself.
    • actionUri

      public String actionUri()
      Get the uri linking to a documentation for the recommended troubleshooting actions.
      Returns:
      the actionUri value
    • withActionUri

      public TroubleshootingRecommendedActions withActionUri(String actionUri)
      Set the uri linking to a documentation for the recommended troubleshooting actions.
      Parameters:
      actionUri - the actionUri value to set
      Returns:
      the TroubleshootingRecommendedActions object itself.
    • actionUriText

      public String actionUriText()
      Get the information from the URI for the recommended troubleshooting actions.
      Returns:
      the actionUriText value
    • withActionUriText

      public TroubleshootingRecommendedActions withActionUriText(String actionUriText)
      Set the information from the URI for the recommended troubleshooting actions.
      Parameters:
      actionUriText - the actionUriText value to set
      Returns:
      the TroubleshootingRecommendedActions object itself.