Share via


CertificateOperationsExtensions.ListNext 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 CertificateListResponse ListNext(
    this ICertificateOperations operations,
    string nextLink
)
public:
[ExtensionAttribute]
static CertificateListResponse^ ListNext(
    ICertificateOperations^ operations,
    String^ nextLink
)
static member ListNext : 
        operations:ICertificateOperations *
        nextLink:string -> CertificateListResponse
<ExtensionAttribute>
Public Shared Function ListNext (
    operations As ICertificateOperations,
    nextLink As String
) As CertificateListResponse

Parameters

  • 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.

See Also

CertificateOperationsExtensions Class
Microsoft.WindowsAzure.Management.Automation Namespace

Return to top