共用方式為


HybridRunbookWorkerGroupOperationsExtensions.ListByAutomationAccount 方法

定義

擷取混合式 Runbook 背景工作角色群組的清單。 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 參數。

傳回

適用於