CredentialOperationsExtensions.ListNextAsync Method (ICredentialOperations, String)

 

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

Namespace:   Microsoft.WindowsAzure.Management.Automation
Assembly:  Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)

<ExtensionAttribute>
Public Shared Function ListNextAsync (
	operations As ICredentialOperations,
	nextLink As String
) As Task(Of CredentialListResponse)

Parameters

operations
Type: Microsoft.WindowsAzure.Management.Automation.ICredentialOperations

Reference to the Microsoft.WindowsAzure.Management.Automation.ICredentialOperations.

nextLink
Type: System.String

Required. The link to retrieve next set of items.

Return Value

Type: System.Threading.Tasks.Task(Of CredentialListResponse)

The response model for the list credential operation.

Return to top
Show: