Share via


AutomationPSClient.ListModules(String, String, String, Boolean) Method

Definition

public System.Collections.Generic.IEnumerable<Microsoft.Azure.Commands.Automation.Model.Module> ListModules (string resourceGroupName, string automationAccountName, ref string nextLink, bool isPowershell72Module = false);
abstract member ListModules : string * string * string * bool -> seq<Microsoft.Azure.Commands.Automation.Model.Module>
override this.ListModules : string * string * string * bool -> seq<Microsoft.Azure.Commands.Automation.Model.Module>
Public Function ListModules (resourceGroupName As String, automationAccountName As String, ByRef nextLink As String, Optional isPowershell72Module As Boolean = false) As IEnumerable(Of Module)

Parameters

resourceGroupName
String
automationAccountName
String
nextLink
String
isPowershell72Module
Boolean

Returns

Implements

Applies to