Share via


CredentialOperationsExtensions.ListNext Method (ICredentialOperations, String)

 

Retrieve next list of credentials. (see https://aka.ms/azureautomationsdk/credentialoperations for more information)

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

Syntax

public static CredentialListResponse ListNext(
    this ICredentialOperations operations,
    string nextLink
)
public:
[ExtensionAttribute]
static CredentialListResponse^ ListNext(
    ICredentialOperations^ operations,
    String^ nextLink
)
static member ListNext : 
        operations:ICredentialOperations *
        nextLink:string -> CredentialListResponse
<ExtensionAttribute>
Public Shared Function ListNext (
    operations As ICredentialOperations,
    nextLink As String
) As CredentialListResponse

Parameters

  • nextLink
    Type: System.String

    Required. The link to retrieve next set of items.

Return Value

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

The response model for the list credential operation.

See Also

CredentialOperationsExtensions Class
Microsoft.WindowsAzure.Management.Automation Namespace

Return to top