DscCompilationJobOperationsExtensions.BeginCreateAsync Method

Definition

Creates the Dsc compilation job of the configuration. http://aka.ms/azureautomationsdk/dscconfigurationcompilejoboperations

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.DscCompilationJob> BeginCreateAsync (this Microsoft.Azure.Management.Automation.IDscCompilationJobOperations operations, string resourceGroupName, string automationAccountName, string compilationJobName, Microsoft.Azure.Management.Automation.Models.DscCompilationJobCreateParameters parameters, System.Threading.CancellationToken cancellationToken = default);
static member BeginCreateAsync : Microsoft.Azure.Management.Automation.IDscCompilationJobOperations * string * string * string * Microsoft.Azure.Management.Automation.Models.DscCompilationJobCreateParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.DscCompilationJob>
<Extension()>
Public Function BeginCreateAsync (operations As IDscCompilationJobOperations, resourceGroupName As String, automationAccountName As String, compilationJobName As String, parameters As DscCompilationJobCreateParameters, Optional cancellationToken As CancellationToken = Nothing) As Task(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.

compilationJobName
String

The DSC configuration Id.

parameters
DscCompilationJobCreateParameters

The parameters supplied to the create compilation job operation.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to