The automationAccounts/connectionTypes 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/connectionTypes resource, add the following JSON to your template.
{
"type": "Microsoft.Automation/automationAccounts/connectionTypes",
"apiVersion": "2023-11-01",
"name": "string",
"properties": {
"fieldDefinitions": {
"{customized property}": {
"isEncrypted": "bool",
"isOptional": "bool",
"type": "string"
}
},
"isGlobal": "bool"
}
}
Name | Description | Value |
---|---|---|
type | The resource type | 'Microsoft.Automation/automationAccounts/connectionTypes' |
apiVersion | The resource api version | '2023-11-01' |
name | The resource name See how to set names and types for child resources in JSON ARM templates. |
string (required) |
properties | Gets or sets the value of the connection type. | ConnectionTypeCreateOrUpdatePropertiesOrConnectionTy... (required) |
Name | Description | Value |
---|---|---|
fieldDefinitions | Gets or sets the field definitions of the connection type. | ConnectionTypeCreateOrUpdatePropertiesFieldDefinitio... (required) |
isGlobal | Gets or sets a Boolean value to indicate if the connection type is global. | bool |
Name | Description | Value |
---|---|---|
{customized property} | FieldDefinition |
Name | Description | Value |
---|---|---|
isEncrypted | Gets or sets the isEncrypted flag of the connection field definition. | bool |
isOptional | Gets or sets the isOptional flag of the connection field definition. | bool |
type | Gets or sets the type of the connection field definition. | string (required) |