Uses of Class
com.azure.resourcemanager.applicationinsights.models.WebTestListResult
Packages that use WebTestListResult
Package
Description
Package containing the data models for ApplicationInsightsManagementClient.
-
Uses of WebTestListResult in com.azure.resourcemanager.applicationinsights.models
Methods in com.azure.resourcemanager.applicationinsights.models that return WebTestListResultModifier and TypeMethodDescriptionWebTestListResult.withNextLink(String nextLink) Set the nextLink property: The link to get the next part of the returned list of web tests, should the return set be too large for a single request.WebTestListResult.withValue(List<WebTestInner> value) Set the value property: Set of Application Insights web test definitions.