DscCompilationJobOperationsExtensions.BeginCreate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates the Dsc compilation job of the configuration. 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
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.
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET