ICredentialOperations.ListNextAsync(String, CancellationToken) Method

Definition

Retrieve next list of credentials. (see http://aka.ms/azureautomationsdk/credentialoperations for more information)

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)

Parameters

nextLink
String

The link to retrieve next set of items.

cancellationToken
CancellationToken

Cancellation token.

Returns

The response model for the list credential operation.

Applies to