Compartilhar via


ComponentsOperationsExtensions.ListByResourceGroup Método

Definição

Obtém uma lista de componentes do Application Insights em um grupo de recursos.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponent> ListByResourceGroup (this Microsoft.Azure.Management.ApplicationInsights.Management.IComponentsOperations operations, string resourceGroupName);
static member ListByResourceGroup : Microsoft.Azure.Management.ApplicationInsights.Management.IComponentsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponent>
<Extension()>
Public Function ListByResourceGroup (operations As IComponentsOperations, resourceGroupName As String) As IPage(Of ApplicationInsightsComponent)

Parâmetros

operations
IComponentsOperations

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.

Retornos

Aplica-se a