WebTestsOperationsExtensions.List(IWebTestsOperations) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get all Application Insights web test alerts definitions within a subscription.
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApplicationInsights.Management.Models.WebTest> List (this Microsoft.Azure.Management.ApplicationInsights.Management.IWebTestsOperations operations);
static member List : Microsoft.Azure.Management.ApplicationInsights.Management.IWebTestsOperations -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApplicationInsights.Management.Models.WebTest>
<Extension()>
Public Function List (operations As IWebTestsOperations) As IPage(Of WebTest)
Parameters
- operations
- IWebTestsOperations
The operations group for this extension method.