Compartilhar via


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

Definição

Obtém uma lista de chaves de API de um componente do 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

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos. O nome diferencia maiúsculas de minúsculas.

resourceName
String

O nome do recurso de componente do Application Insights.

Retornos

Aplica-se a