DscCompilationJobOperationsExtensions.ListByAutomationAccountAsync Method

Definition

Retrieve a list of dsc compilation jobs. http://aka.ms/azureautomationsdk/compilationjoboperations

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

Parameters

operations
IDscCompilationJobOperations

The operations group for this extension method.

resourceGroupName
String

Name of an Azure Resource group.

automationAccountName
String

The name of the automation account.

odataQuery
ODataQuery<DscCompilationJob>

OData parameters to apply to the operation.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to