다음을 통해 공유


Python2PackageOperationsExtensions.ListByAutomationAccount 메서드

정의

python 2 패키지 목록을 검색합니다. http://aka.ms/azureautomationsdk/moduleoperations

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.Module> ListByAutomationAccount (this Microsoft.Azure.Management.Automation.IPython2PackageOperations operations, string resourceGroupName, string automationAccountName);
static member ListByAutomationAccount : Microsoft.Azure.Management.Automation.IPython2PackageOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.Module>
<Extension()>
Public Function ListByAutomationAccount (operations As IPython2PackageOperations, resourceGroupName As String, automationAccountName As String) As IPage(Of Module)

매개 변수

operations
IPython2PackageOperations

이 확장 메서드에 대한 작업 그룹입니다.

resourceGroupName
String

Azure 리소스 그룹의 이름입니다.

automationAccountName
String

자동화 계정의 이름입니다.

반환

적용 대상