WebTestGeolocation Class

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

public final class WebTestGeolocation

Geo-physical location to run a web test from. You must specify one or more locations for the test to run from.

Constructor Summary

Constructor Description
WebTestGeolocation()

Method Summary

Modifier and Type Method and Description
String location()

Get the location property: Location ID for the webtest to run from.

void validate()

Validates the instance.

WebTestGeolocation withLocation(String location)

Set the location property: Location ID for the webtest to run from.

Methods inherited from java.lang.Object

Constructor Details

WebTestGeolocation

public WebTestGeolocation()

Method Details

location

public String location()

Get the location property: Location ID for the webtest to run from.

Returns:

the location value.

validate

public void validate()

Validates the instance.

withLocation

public WebTestGeolocation withLocation(String location)

Set the location property: Location ID for the webtest to run from.

Parameters:

location - the location value to set.

Returns:

the WebTestGeolocation object itself.

Applies to