Freigeben über


ComponentsOperationsExtensions.ListByResourceGroupNext Methode

Definition

Ruft eine Liste der Application Insights-Komponenten innerhalb einer Ressourcengruppe ab.

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

Parameter

operations
IComponentsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

NextLink aus dem vorherigen erfolgreichen Aufruf von List-Vorgang.

Gibt zurück

Gilt für: