Partager via


DataCollectionEndpointsOperationsExtensions.ListByResourceGroupNextAsync Méthode

Définition

Répertorie tous les points de terminaison de collecte de données dans le groupe de ressources spécifié.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Monitor.Models.DataCollectionEndpointResource>> ListByResourceGroupNextAsync (this Microsoft.Azure.Management.Monitor.IDataCollectionEndpointsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListByResourceGroupNextAsync : Microsoft.Azure.Management.Monitor.IDataCollectionEndpointsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Monitor.Models.DataCollectionEndpointResource>>
<Extension()>
Public Function ListByResourceGroupNextAsync (operations As IDataCollectionEndpointsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of DataCollectionEndpointResource))

Paramètres

operations
IDataCollectionEndpointsOperations

Groupe d’opérations pour cette méthode d’extension.

nextPageLink
String

NextLink de l’opération précédente d’appel réussi à List.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à