CertificateOperationsExtensions.ListNextAsync Method (ICertificateOperations, String)
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
public static Task<CertificateListResponse> ListNextAsync(
this ICertificateOperations operations,
string nextLink
)
public:
[ExtensionAttribute]
static Task<CertificateListResponse^>^ ListNextAsync(
ICertificateOperations^ operations,
String^ nextLink
)
static member ListNextAsync :
operations:ICertificateOperations *
nextLink:string -> Task<CertificateListResponse>
<ExtensionAttribute>
Public Shared Function ListNextAsync (
operations As ICertificateOperations,
nextLink As String
) As Task(Of CertificateListResponse)
Parameters
operations
Type: Microsoft.WindowsAzure.Management.Automation.ICertificateOperationsReference to the Microsoft.WindowsAzure.Management.Automation.ICertificateOperations.
nextLink
Type: System.StringRequired. The link to retrieve next set of items.
Return Value
Type: System.Threading.Tasks.Task<CertificateListResponse>
The response model for the list certificate operation.
See Also
CertificateOperationsExtensions Class
Microsoft.WindowsAzure.Management.Automation Namespace
Return to top