DscCompilationJobCreateParameters interface    
The parameters supplied to the create compilation job operation.
Properties
| configuration | Gets or sets the configuration.  | 
| increment | 
	If a new build version of NodeConfiguration is required.  | 
| location | Gets or sets the location of the resource.  | 
| name | Gets or sets name of the resource.  | 
| parameters | Gets or sets the parameters of the job.  | 
| tags | Gets or sets the tags attached to the resource.  | 
Property Details
configuration
Gets or sets the configuration.
configuration: DscConfigurationAssociationProperty
				Property Value
		incrementNodeConfigurationBuild
	   
	If a new build version of NodeConfiguration is required.
incrementNodeConfigurationBuild?: boolean
				Property Value
boolean
location
Gets or sets the location of the resource.
location?: string
				Property Value
string
name
Gets or sets name of the resource.
name?: string
				Property Value
string
parameters
Gets or sets the parameters of the job.
parameters?: {[propertyName: string]: string}
				Property Value
{[propertyName: string]: string}
tags
Gets or sets the tags attached to the resource.
tags?: {[propertyName: string]: string}
				Property Value
{[propertyName: string]: string}