AutomationAccountOperationsExtensions.ListNextAsync Method

Definition

Overloads

ListNextAsync(IAutomationAccountOperations, String)
ListNextAsync(IAutomationAccountOperations, String, CancellationToken)

Lists the Automation Accounts within an Azure subscription.

ListNextAsync(IAutomationAccountOperations, String)

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.AutomationAccountListResponse> ListNextAsync (this Microsoft.Azure.Management.Automation.IAutomationAccountOperations operations, string nextLink);
static member ListNextAsync : Microsoft.Azure.Management.Automation.IAutomationAccountOperations * string -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.AutomationAccountListResponse>
<Extension()>
Public Function ListNextAsync (operations As IAutomationAccountOperations, nextLink As String) As Task(Of AutomationAccountListResponse)

Parameters

nextLink
String

Returns

Applies to

ListNextAsync(IAutomationAccountOperations, String, CancellationToken)

Lists the Automation Accounts within an Azure subscription.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.AutomationAccount>> ListNextAsync (this Microsoft.Azure.Management.Automation.IAutomationAccountOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListNextAsync : Microsoft.Azure.Management.Automation.IAutomationAccountOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.AutomationAccount>>
<Extension()>
Public Function ListNextAsync (operations As IAutomationAccountOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of AutomationAccount))

Parameters

operations
IAutomationAccountOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

cancellationToken
CancellationToken

The cancellation token.

Returns

Remarks

Retrieve a list of accounts within a given subscription.

Applies to