Compartir a través de


ProactiveDetectionConfigurationsOperationsExtensions.List Método

Definición

Obtiene una lista de configuraciones ProactiveDetection de un componente de Application Insights.

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

Parámetros

operations
IProactiveDetectionConfigurationsOperations

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