ICertificateOperations.ListNextAsync Method (String, CancellationToken)
Retrieve next list of certificates. (see https://aka.ms/azureautomationsdk/certificateoperations for more information)
Namespace: Microsoft.WindowsAzure.Management.Automation
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
Syntax
Task<CertificateListResponse> ListNextAsync(
string nextLink,
CancellationToken cancellationToken
)
Task<CertificateListResponse^>^ ListNextAsync(
String^ nextLink,
CancellationToken cancellationToken
)
abstract ListNextAsync :
nextLink:string *
cancellationToken:CancellationToken -> Task<CertificateListResponse>
Function ListNextAsync (
nextLink As String,
cancellationToken As CancellationToken
) As Task(Of CertificateListResponse)
Parameters
nextLink
Type: System.StringThe link to retrieve next set of items.
cancellationToken
Type: System.Threading.CancellationTokenCancellation token.
Return Value
Type: System.Threading.Tasks.Task<CertificateListResponse>
The response model for the list certificate operation.
See Also
ICertificateOperations Interface
Microsoft.WindowsAzure.Management.Automation Namespace
Return to top