CertificateOperationsExtensions.ListNext Method (ICertificateOperations, String)

 

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

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

<ExtensionAttribute>
Public Shared Function ListNext (
	operations As ICertificateOperations,
	nextLink As String
) As CertificateListResponse

Parameters

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

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

nextLink
Type: System.String

Required. The link to retrieve next set of items.

Return Value

Type: Microsoft.WindowsAzure.Management.Automation.Models.CertificateListResponse

The response model for the list certificate operation.

Return to top
Show: