Share via


IAutomationClient.ListAutomationAccounts(String, String) Method

Definition

public System.Collections.Generic.IEnumerable<Microsoft.Azure.Commands.Automation.Model.AutomationAccount> ListAutomationAccounts (string resourceGroupName, ref string nextLink);
abstract member ListAutomationAccounts : string * string -> seq<Microsoft.Azure.Commands.Automation.Model.AutomationAccount>
Public Function ListAutomationAccounts (resourceGroupName As String, ByRef nextLink As String) As IEnumerable(Of AutomationAccount)

Parameters

resourceGroupName
String
nextLink
String

Returns

Applies to