CertificateOperationsExtensions.ListByAutomationAccountNext Method

Definition

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.Certificate> ListByAutomationAccountNext (this Microsoft.Azure.Management.Automation.ICertificateOperations operations, string nextPageLink);
static member ListByAutomationAccountNext : Microsoft.Azure.Management.Automation.ICertificateOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.Certificate>
<Extension()>
Public Function ListByAutomationAccountNext (operations As ICertificateOperations, nextPageLink As String) As IPage(Of Certificate)

Parameters

operations
ICertificateOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to