Class WebTestPropertiesConfiguration

java.lang.Object
com.azure.resourcemanager.applicationinsights.models.WebTestPropertiesConfiguration

public final class WebTestPropertiesConfiguration extends Object
An XML configuration specification for a WebTest.
  • Constructor Details

    • WebTestPropertiesConfiguration

      public WebTestPropertiesConfiguration()
  • Method Details

    • webTest

      public String webTest()
      Get the webTest property: The XML specification of a WebTest to run against an application.
      Returns:
      the webTest value.
    • withWebTest

      public WebTestPropertiesConfiguration withWebTest(String webTest)
      Set the webTest property: The XML specification of a WebTest to run against an application.
      Parameters:
      webTest - the webTest value to set.
      Returns:
      the WebTestPropertiesConfiguration object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.