Freigeben über


DscCompilationJobOperationsExtensions.BeginCreate Methode

Definition

Erstellt den Dsc-Kompilierungsauftrag der Konfiguration. http://aka.ms/azureautomationsdk/dscconfigurationcompilejoboperations

public static Microsoft.Azure.Management.Automation.Models.DscCompilationJob BeginCreate (this Microsoft.Azure.Management.Automation.IDscCompilationJobOperations operations, string resourceGroupName, string automationAccountName, string compilationJobName, Microsoft.Azure.Management.Automation.Models.DscCompilationJobCreateParameters parameters);
static member BeginCreate : Microsoft.Azure.Management.Automation.IDscCompilationJobOperations * string * string * string * Microsoft.Azure.Management.Automation.Models.DscCompilationJobCreateParameters -> Microsoft.Azure.Management.Automation.Models.DscCompilationJob
<Extension()>
Public Function BeginCreate (operations As IDscCompilationJobOperations, resourceGroupName As String, automationAccountName As String, compilationJobName As String, parameters As DscCompilationJobCreateParameters) As DscCompilationJob

Parameter

operations
IDscCompilationJobOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Name einer Azure-Ressourcengruppe.

automationAccountName
String

Der Name des Automation-Kontos.

compilationJobName
String

Die DSC-Konfigurations-ID.

parameters
DscCompilationJobCreateParameters

Die Parameter, die für den Erstellungsauftragsvorgang bereitgestellt werden.

Gibt zurück

Gilt für: