Compartir a través de


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

Definición

Obtiene una lista de claves de API de un componente de 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)

Parámetros

operations
IAPIKeysOperations

Grupo de operaciones para este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

resourceName
String

Nombre del recurso de componente de Application Insights.

Devoluciones

Se aplica a