Microsoft.Logic integrationAccounts/sessions template reference
Template format
To create a Microsoft.Logic/integrationAccounts/sessions resource, add the following JSON to the resources section of your template.
{
"name": "string",
"type": "Microsoft.Logic/integrationAccounts/sessions",
"apiVersion": "2019-05-01",
"location": "string",
"tags": {},
"properties": {
"content": {}
}
}
Property values
The following tables describe the values you need to set in the schema.
Microsoft.Logic/integrationAccounts/sessions object
Note
In Bicep, type
and apiVersion
are specified in the first line of the resource declaration. Use the format <type>@<apiVersion>
. Don't set those properties in the resource body.
Name | Type | Required | Value |
---|---|---|---|
name | string | Yes | The integration account session name. |
type | enum | Yes | For JSON -sessions -or- Microsoft.Logic/integrationAccounts/sessions See Set name and type for child resources. |
apiVersion | enum | Yes | For JSON - 2019-05-01 |
location | string | No | The resource location. |
tags | object | No | The resource tags. |
properties | object | Yes | The integration account session properties. - IntegrationAccountSessionProperties object |
IntegrationAccountSessionProperties object
Name | Type | Required | Value |
---|---|---|---|
content | object | No | The session content. |