AutomationAccountOperationsExtensions.ListNext Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Lists the Automation Accounts within an Azure subscription.
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
The operations group for this extension method.
- nextLinknextPageLink
- String
Returns
Remarks
Retrieve a list of accounts within a given subscription.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET