Sdílet prostřednictvím


WebTestsOperationsExtensions.List(IWebTestsOperations) Method

Definition

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.

Returns

Applies to