DscCompilationJobOperationsExtensions.Create Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
Create(IDscCompilationJobOperations, String, String, DscCompilationJobCreateParameters)
public static Microsoft.Azure.Management.Automation.Models.DscCompilationJobCreateResponse Create (this Microsoft.Azure.Management.Automation.IDscCompilationJobOperations operations, string resourceGroupName, string automationAccount, Microsoft.Azure.Management.Automation.Models.DscCompilationJobCreateParameters parameters);
static member Create : Microsoft.Azure.Management.Automation.IDscCompilationJobOperations * string * string * Microsoft.Azure.Management.Automation.Models.DscCompilationJobCreateParameters -> Microsoft.Azure.Management.Automation.Models.DscCompilationJobCreateResponse
<Extension()>
Public Function Create (operations As IDscCompilationJobOperations, resourceGroupName As String, automationAccount As String, parameters As DscCompilationJobCreateParameters) As DscCompilationJobCreateResponse
Parameter
- operations
- IDscCompilationJobOperations
- resourceGroupName
- String
- automationAccount
- String
- parameters
- DscCompilationJobCreateParameters
Gibt zurück
Gilt für:
Create(IDscCompilationJobOperations, String, String, String, DscCompilationJobCreateParameters)
Erstellt den Dsc-Kompilierungsauftrag der Konfiguration. http://aka.ms/azureautomationsdk/dscconfigurationcompilejoboperations
public static Microsoft.Azure.Management.Automation.Models.DscCompilationJob Create (this Microsoft.Azure.Management.Automation.IDscCompilationJobOperations operations, string resourceGroupName, string automationAccountName, string compilationJobName, Microsoft.Azure.Management.Automation.Models.DscCompilationJobCreateParameters parameters);
static member Create : Microsoft.Azure.Management.Automation.IDscCompilationJobOperations * string * string * string * Microsoft.Azure.Management.Automation.Models.DscCompilationJobCreateParameters -> Microsoft.Azure.Management.Automation.Models.DscCompilationJob
<Extension()>
Public Function Create (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:
Azure SDK for .NET