WebTestPropertiesConfiguration Class

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

public final class WebTestPropertiesConfiguration

An XML configuration specification for a WebTest.

Constructor Summary

Constructor Description
WebTestPropertiesConfiguration()

Method Summary

Modifier and Type Method and Description
void validate()

Validates the instance.

String webTest()

Get the webTest property: The XML specification of a WebTest to run against an application.

WebTestPropertiesConfiguration withWebTest(String webTest)

Set the webTest property: The XML specification of a WebTest to run against an application.

Methods inherited from java.lang.Object

Constructor Details

WebTestPropertiesConfiguration

public WebTestPropertiesConfiguration()

Method Details

validate

public void validate()

Validates the instance.

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.

Applies to