Partager via


GlobalParametersOperationsExtensions.ListByFactoryNextAsync Méthode

Définition

Répertorie les paramètres globaux

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

Paramètres

operations
IGlobalParametersOperations

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 à