次の方法で共有


AutomationAccountOperationsExtensions.ListAsync メソッド

定義

オーバーロード

ListAsync(IAutomationAccountOperations, CancellationToken)

Azure サブスクリプション内の Automation アカウントを一覧表示します。

ListAsync(IAutomationAccountOperations, String)

ListAsync(IAutomationAccountOperations, CancellationToken)

Azure サブスクリプション内の Automation アカウントを一覧表示します。

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.AutomationAccount>> ListAsync (this Microsoft.Azure.Management.Automation.IAutomationAccountOperations operations, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Automation.IAutomationAccountOperations * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.AutomationAccount>>
<Extension()>
Public Function ListAsync (operations As IAutomationAccountOperations, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of AutomationAccount))

パラメーター

operations
IAutomationAccountOperations

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

特定のサブスクリプション内のアカウントの一覧を取得します。

適用対象

ListAsync(IAutomationAccountOperations, String)

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.AutomationAccountListResponse> ListAsync (this Microsoft.Azure.Management.Automation.IAutomationAccountOperations operations, string resourceGroupName);
static member ListAsync : Microsoft.Azure.Management.Automation.IAutomationAccountOperations * string -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.AutomationAccountListResponse>
<Extension()>
Public Function ListAsync (operations As IAutomationAccountOperations, resourceGroupName As String) As Task(Of AutomationAccountListResponse)

パラメーター

resourceGroupName
String

戻り値

適用対象