Partager via


APIKeysOperationsExtensions.List(IAPIKeysOperations, String, String) Méthode

Définition

Obtient la liste des clés API d’un composant Application Insights.

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

Paramètres

operations
IAPIKeysOperations

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 à