Partager via


JobCredentialsOperationsExtensions.ListByAgentNextAsync Méthode

Définition

Obtient la liste des informations d’identification des travaux.

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

Paramètres

operations
IJobCredentialsOperations

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 à