Partager via


CredentialOperationsExtensions.ListNextAsync Méthode

Définition

Récupérez la liste suivante des informations d’identification. (voir http://aka.ms/azureautomationsdk/credentialoperations pour plus d’informations)

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.CredentialListResponse> ListNextAsync (this Microsoft.WindowsAzure.Management.Automation.ICredentialOperations operations, string nextLink);
static member ListNextAsync : Microsoft.WindowsAzure.Management.Automation.ICredentialOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.CredentialListResponse>
<Extension()>
Public Function ListNextAsync (operations As ICredentialOperations, nextLink As String) As Task(Of CredentialListResponse)

Paramètres

operations
ICredentialOperations

Référence à Microsoft.WindowsAzure.Management.Automation.ICredentialOperations.

nextLink
String

Obligatoire. Lien permettant de récupérer l’ensemble d’éléments suivant.

Retours

Modèle de réponse pour l’opération d’informations d’identification de liste.

S’applique à