Partager via


WebTestsOperationsExtensions.ListByComponent Méthode

Définition

Obtenez tous les tests web Application Insights définis pour le composant spécifié.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApplicationInsights.Management.Models.WebTest> ListByComponent (this Microsoft.Azure.Management.ApplicationInsights.Management.IWebTestsOperations operations, string componentName, string resourceGroupName);
static member ListByComponent : Microsoft.Azure.Management.ApplicationInsights.Management.IWebTestsOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApplicationInsights.Management.Models.WebTest>
<Extension()>
Public Function ListByComponent (operations As IWebTestsOperations, componentName As String, resourceGroupName As String) As IPage(Of WebTest)

Paramètres

operations
IWebTestsOperations

Groupe d’opérations pour cette méthode d’extension.

componentName
String

Nom de la ressource du composant Application Insights.

resourceGroupName
String

Nom du groupe de ressources. Le nom ne respecte pas la casse.

Retours

S’applique à