AutomationAccountOperationsExtensions.ListAsync 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
ListAsync(IAutomationAccountOperations, CancellationToken) |
列出 Azure 訂用帳戶內的自動化帳戶。 |
ListAsync(IAutomationAccountOperations, String) |
ListAsync(IAutomationAccountOperations, CancellationToken)
列出 Azure 訂用帳戶內的自動化帳戶。
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)
參數
- operations
- IAutomationAccountOperations
- resourceGroupName
- String