Class QueryTroubleshootingParameters

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

public class QueryTroubleshootingParameters extends Object
Parameters that define the resource to query the troubleshooting result.
  • Constructor Details

    • QueryTroubleshootingParameters

      public QueryTroubleshootingParameters()
  • Method Details

    • targetResourceId

      public String targetResourceId()
      Get the target resource ID to query the troubleshooting result.
      Returns:
      the targetResourceId value
    • withTargetResourceId

      public QueryTroubleshootingParameters withTargetResourceId(String targetResourceId)
      Set the target resource ID to query the troubleshooting result.
      Parameters:
      targetResourceId - the targetResourceId value to set
      Returns:
      the QueryTroubleshootingParameters object itself.