Dela via


AutomationAccountOperationsExtensions.ListNext Metod

Definition

Visar en lista över Automation-konton i en Azure-prenumeration.

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)

Parametrar

operations
IAutomationAccountOperations

Åtgärdsgruppen för den här tilläggsmetoden.

nextLinknextPageLink
String

Returer

Kommentarer

Hämta en lista över konton inom en viss prenumeration.

Gäller för