다음을 통해 공유


HybridRunbookWorkerGroupOperationsExtensions.ListByAutomationAccount 메서드

정의

Hybrid Runbook Worker 그룹 목록을 검색합니다. http://aka.ms/azureautomationsdk/hybridrunbookworkergroupoperations

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.HybridRunbookWorkerGroup> ListByAutomationAccount (this Microsoft.Azure.Management.Automation.IHybridRunbookWorkerGroupOperations operations, string resourceGroupName, string automationAccountName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Automation.Models.HybridRunbookWorkerGroup> odataQuery = default);
static member ListByAutomationAccount : Microsoft.Azure.Management.Automation.IHybridRunbookWorkerGroupOperations * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Automation.Models.HybridRunbookWorkerGroup> -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.HybridRunbookWorkerGroup>
<Extension()>
Public Function ListByAutomationAccount (operations As IHybridRunbookWorkerGroupOperations, resourceGroupName As String, automationAccountName As String, Optional odataQuery As ODataQuery(Of HybridRunbookWorkerGroup) = Nothing) As IPage(Of HybridRunbookWorkerGroup)

매개 변수

operations
IHybridRunbookWorkerGroupOperations

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

resourceGroupName
String

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

automationAccountName
String

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

odataQuery
ODataQuery<HybridRunbookWorkerGroup>

작업에 적용할 OData 매개 변수입니다.

반환

적용 대상