Compartilhar via


ExportConfigurationsOperationsExtensions.List Método

Definição

Obtém uma lista da configuração de Exportação Contínua de um componente do Application Insights.

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

Parâmetros

operations
IExportConfigurationsOperations

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