Partager via


JobCredentialsOperationsExtensions.ListByAgentNextAsync Méthode

Définition

Obtient une liste d’informations d’identification des travaux.

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

Paramètres

operations
IJobCredentialsOperations

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

nextPageLink
String

NextLink du précédent appel réussi à l’opération List.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à