IDscCompilationJobOperations.ListAsync Method

Definition

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

Parameters

resourceGroupName
String
automationAccount
String
cancellationToken
CancellationToken

Returns

Applies to