Megosztás a következőn keresztül:


DscCompilationJobOperationsExtensions.BeginCreateAsync Metódus

Definíció

Létrehozza a konfiguráció Dsc fordítási feladatát. 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)

Paraméterek

operations
IDscCompilationJobOperations

A bővítménymetódus műveleti csoportja.

resourceGroupName
String

Egy Azure-erőforráscsoport neve.

automationAccountName
String

Az automation-fiók neve.

compilationJobName
String

A DSC konfigurációazonosítója.

parameters
DscCompilationJobCreateParameters

A fordítási feladat létrehozása művelethez megadott paraméterek.

cancellationToken
CancellationToken

A lemondási jogkivonat.

Válaszok

A következőre érvényes: