ICredentialOperations.ListNextAsync(String, CancellationToken) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Récupérez la liste d’informations d’identification suivante. (voir http://aka.ms/azureautomationsdk/credentialoperations pour plus d’informations)
public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.CredentialListResponse> ListNextAsync (string nextLink, System.Threading.CancellationToken cancellationToken);
abstract member ListNextAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.CredentialListResponse>
Public Function ListNextAsync (nextLink As String, cancellationToken As CancellationToken) As Task(Of CredentialListResponse)
Paramètres
- nextLink
- String
Lien permettant de récupérer l’ensemble d’éléments suivant.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
Modèle de réponse pour l’opération d’informations d’identification de liste.
S’applique à
Azure SDK for .NET