The integrationAccounts/assemblies 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.Logic/integrationAccounts/assemblies resource, add the following JSON to your template.
{
"type": "Microsoft.Logic/integrationAccounts/assemblies",
"apiVersion": "2019-05-01",
"name": "string",
"location": "string",
"tags": {
"tagName1": "tagValue1",
"tagName2": "tagValue2"
},
"properties": {
"assemblyCulture": "string",
"assemblyName": "string",
"assemblyPublicKeyToken": "string",
"assemblyVersion": "string",
"changedTime": "string",
"content": {},
"contentLink": {
"uri": "string"
},
"contentType": "string",
"createdTime": "string",
"metadata": {}
}
}
Name | Description | Value |
---|---|---|
type | The resource type | 'Microsoft.Logic/integrationAccounts/assemblies' |
apiVersion | The resource api version | '2019-05-01' |
name | The resource name See how to set names and types for child resources in JSON ARM templates. |
string (required) Character limit: 1-80 Valid characters: Alphanumerics, hyphens, underscores, periods, and parenthesis. |
location | The resource location. | string |
tags | The resource tags. | Dictionary of tag names and values. See Tags in templates |
properties | The assembly properties. | AssemblyProperties (required) |
Name | Description | Value |
---|---|---|
assemblyCulture | The assembly culture. | string |
assemblyName | The assembly name. | string (required) |
assemblyPublicKeyToken | The assembly public key token. | string |
assemblyVersion | The assembly version. | string |
changedTime | The artifact changed time. | string |
content | Anything | |
contentLink | The content link. | ContentLink |
contentType | The content type. | string |
createdTime | The artifact creation time. | string |
metadata | Anything |
Name | Description | Value |
---|---|---|
uri | The content link URI. | string |