Bicep resource definition
The automationAccounts/compilationjobs resource type can be deployed with operations that target:
For a list of changed properties in each API version, see change log.
To create a Microsoft.Automation/automationAccounts/compilationjobs resource, add the following Bicep to your template.
resource symbolicname 'Microsoft.Automation/automationAccounts/compilationjobs@2023-05-15-preview' = {
parent: resourceSymbolicName
location: 'string'
name: 'string'
properties: {
configuration: {
name: 'string'
}
incrementNodeConfigurationBuild: bool
parameters: {
{customized property}: 'string'
}
}
tags: {
{customized property}: 'string'
}
}
Property Values
Microsoft.Automation/automationAccounts/compilationjobs
DscCompilationJobCreatePropertiesOrDscCompilationJobProperties
DscCompilationJobCreatePropertiesParameters
DscConfigurationAssociationProperty
| Name |
Description |
Value |
| name |
Gets or sets the name of the Dsc configuration. |
string |
ARM template resource definition
The automationAccounts/compilationjobs resource type can be deployed with operations that target:
Usage Examples
To create a Microsoft.Automation/automationAccounts/compilationjobs resource, add the following JSON to your template.
{
"type": "Microsoft.Automation/automationAccounts/compilationjobs",
"apiVersion": "2023-05-15-preview",
"name": "string",
"location": "string",
"properties": {
"configuration": {
"name": "string"
},
"incrementNodeConfigurationBuild": "bool",
"parameters": {
"{customized property}": "string"
}
},
"tags": {
"{customized property}": "string"
}
}
Property Values
Microsoft.Automation/automationAccounts/compilationjobs
| Name |
Description |
Value |
| apiVersion |
The api version |
'2023-05-15-preview' |
| location |
Gets or sets the location of the resource. |
string |
| name |
The resource name |
string (required) |
| properties |
Gets or sets the list of compilation job properties. |
DscCompilationJobCreatePropertiesOrDscCompilationJobProperties (required) |
| tags |
Resource tags |
Dictionary of tag names and values. See Tags in templates |
| type |
The resource type |
'Microsoft.Automation/automationAccounts/compilationjobs' |
DscCompilationJobCreatePropertiesOrDscCompilationJobProperties
DscCompilationJobCreatePropertiesParameters
DscConfigurationAssociationProperty
| Name |
Description |
Value |
| name |
Gets or sets the name of the Dsc configuration. |
string |
The automationAccounts/compilationjobs resource type can be deployed with operations that target:
- Resource groups
For a list of changed properties in each API version, see change log.
To create a Microsoft.Automation/automationAccounts/compilationjobs resource, add the following Terraform to your template.
resource "azapi_resource" "symbolicname" {
type = "Microsoft.Automation/automationAccounts/compilationjobs@2023-05-15-preview"
name = "string"
parent_id = "string"
location = "string"
tags = {
{customized property} = "string"
}
body = {
properties = {
configuration = {
name = "string"
}
incrementNodeConfigurationBuild = bool
parameters = {
{customized property} = "string"
}
}
}
}
Property Values
Microsoft.Automation/automationAccounts/compilationjobs
| Name |
Description |
Value |
| location |
Gets or sets the location of the resource. |
string |
| name |
The resource name |
string (required) |
| parent_id |
The ID of the resource that is the parent for this resource. |
ID for resource of type: automationAccounts |
| properties |
Gets or sets the list of compilation job properties. |
DscCompilationJobCreatePropertiesOrDscCompilationJobProperties (required) |
| tags |
Resource tags |
Dictionary of tag names and values. |
| type |
The resource type |
"Microsoft.Automation/automationAccounts/compilationjobs@2023-05-15-preview" |
DscCompilationJobCreatePropertiesOrDscCompilationJobProperties
DscCompilationJobCreatePropertiesParameters
DscConfigurationAssociationProperty
| Name |
Description |
Value |
| name |
Gets or sets the name of the Dsc configuration. |
string |