CertificateOperationsExtensions::ListNextAsync 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)

public:
[ExtensionAttribute]
static Task<CertificateListResponse^>^ ListNextAsync(
	ICertificateOperations^ operations,
	String^ nextLink
)

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: System.Threading.Tasks::Task<CertificateListResponse^>^

The response model for the list certificate operation.

Return to top
Show: