次の方法で共有


HybridRunbookWorkerGroupOperationsExtensions.ListByAutomationAccountAsync メソッド

定義

ハイブリッド Runbook worker グループの一覧を取得します。 http://aka.ms/azureautomationsdk/hybridrunbookworkergroupoperations

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

パラメーター

operations
IHybridRunbookWorkerGroupOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

Azure リソース グループの名前。

automationAccountName
String

Automation アカウントの名前。

odataQuery
ODataQuery<HybridRunbookWorkerGroup>

操作に適用する OData パラメーター。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象