Delen via


AutomationAccountOperationsExtensions.ListNext Methode

Definitie

Hiermee worden de Automation-accounts binnen een Azure-abonnement weergegeven.

public static Microsoft.Azure.Management.Automation.Models.AutomationAccountListResponse ListNext (this Microsoft.Azure.Management.Automation.IAutomationAccountOperations operations, string nextLink);
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.AutomationAccount> ListNext (this Microsoft.Azure.Management.Automation.IAutomationAccountOperations operations, string nextPageLink);
static member ListNext : Microsoft.Azure.Management.Automation.IAutomationAccountOperations * string -> Microsoft.Azure.Management.Automation.Models.AutomationAccountListResponse
static member ListNext : Microsoft.Azure.Management.Automation.IAutomationAccountOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.AutomationAccount>
<Extension()>
Public Function ListNext (operations As IAutomationAccountOperations, nextLink As String) As AutomationAccountListResponse
<Extension()>
Public Function ListNext (operations As IAutomationAccountOperations, nextPageLink As String) As IPage(Of AutomationAccount)

Parameters

operations
IAutomationAccountOperations

De bewerkingsgroep voor deze extensiemethode.

nextLinknextPageLink
String

Retouren

Opmerkingen

Een lijst met accounts binnen een bepaald abonnement ophalen.

Van toepassing op