Share via


WebTestListResult interface

A list of 0 or more Application Insights WebTest definitions.

Properties

nextLink

The link to get the next part of the returned list of WebTest, should the return set be too large for a single request. May be null.

value

Set of Application Insights WebTest definitions.

Property Details

The link to get the next part of the returned list of WebTest, should the return set be too large for a single request. May be null.

nextLink?: string

Property Value

string

value

Set of Application Insights WebTest definitions.

value: WebTest[]

Property Value