Share via


IAutomationPSClient.ListPython3Package(String, String, String) Method

Definition

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

Parameters

resourceGroupName
String
automationAccountName
String
nextLink
String

Returns

Applies to