IAutomationAccountOperations.ListAsync(String, CancellationToken) Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.AutomationAccountListResponse> ListAsync (string resourceGroupName, System.Threading.CancellationToken cancellationToken);
abstract member ListAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.AutomationAccountListResponse>
Public Function ListAsync (resourceGroupName As String, cancellationToken As CancellationToken) As Task(Of AutomationAccountListResponse)

Parameters

resourceGroupName
String
cancellationToken
CancellationToken

Returns

Applies to