다음을 통해 공유


ModuleOperationsExtensions.ListByAutomationAccount 메서드

정의

모듈 목록을 검색합니다. http://aka.ms/azureautomationsdk/moduleoperations

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

매개 변수

operations
IModuleOperations

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

resourceGroupName
String

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

automationAccountName
String

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

반환

적용 대상