Partager via


WebTestLocationsOperationsExtensions.List Méthode

Définition

Obtient la liste des emplacements de test web disponibles pour ce composant Application Insights.

public static System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentWebTestLocation> List (this Microsoft.Azure.Management.ApplicationInsights.Management.IWebTestLocationsOperations operations, string resourceGroupName, string resourceName);
static member List : Microsoft.Azure.Management.ApplicationInsights.Management.IWebTestLocationsOperations * string * string -> seq<Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentWebTestLocation>
<Extension()>
Public Function List (operations As IWebTestLocationsOperations, resourceGroupName As String, resourceName As String) As IEnumerable(Of ApplicationInsightsComponentWebTestLocation)

Paramètres

operations
IWebTestLocationsOperations

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

resourceGroupName
String

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

resourceName
String

Nom de la ressource du composant Application Insights.

Retours

S’applique à