Uses of Class
com.azure.resourcemanager.applicationinsights.models.WebTestGeolocation
Packages that use WebTestGeolocation
Package
Description
Package containing the inner data models for ApplicationInsightsManagementClient.
Package containing the data models for ApplicationInsightsManagementClient.
-
Uses of WebTestGeolocation in com.azure.resourcemanager.applicationinsights.fluent.models
Methods in com.azure.resourcemanager.applicationinsights.fluent.models that return types with arguments of type WebTestGeolocationModifier and TypeMethodDescriptionWebTestInner.locations()Get the locations property: A list of where to physically run the tests from to give global coverage for accessibility of your application.WebTestProperties.locations()Get the locations property: A list of where to physically run the tests from to give global coverage for accessibility of your application.Method parameters in com.azure.resourcemanager.applicationinsights.fluent.models with type arguments of type WebTestGeolocationModifier and TypeMethodDescriptionWebTestInner.withLocations(List<WebTestGeolocation> locations) Set the locations property: A list of where to physically run the tests from to give global coverage for accessibility of your application.WebTestProperties.withLocations(List<WebTestGeolocation> locations) Set the locations property: A list of where to physically run the tests from to give global coverage for accessibility of your application. -
Uses of WebTestGeolocation in com.azure.resourcemanager.applicationinsights.models
Methods in com.azure.resourcemanager.applicationinsights.models that return WebTestGeolocationModifier and TypeMethodDescriptionWebTestGeolocation.withLocation(String location) Set the location property: Location ID for the webtest to run from.Methods in com.azure.resourcemanager.applicationinsights.models that return types with arguments of type WebTestGeolocationModifier and TypeMethodDescriptionWebTest.locations()Gets the locations property: A list of where to physically run the tests from to give global coverage for accessibility of your application.Method parameters in com.azure.resourcemanager.applicationinsights.models with type arguments of type WebTestGeolocationModifier and TypeMethodDescriptionWebTest.DefinitionStages.WithLocations.withLocations(List<WebTestGeolocation> locations) Specifies the locations property: A list of where to physically run the tests from to give global coverage for accessibility of your application..