The integrationAccounts/rosettanetprocessconfigurations 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/rosettanetprocessconfigurations resource, add the following JSON to your template.
{
"type": "Microsoft.Logic/integrationAccounts/rosettanetprocessconfigurations",
"apiVersion": "2016-06-01",
"name": "string",
"location": "string",
"tags": {
"tagName1": "tagValue1",
"tagName2": "tagValue2"
},
"properties": {
"activitySettings": {
"acknowledgmentOfReceiptSettings": {
"isNonRepudiationRequired": "bool",
"timeToAcknowledgeInSeconds": "int"
},
"activityBehavior": {
"actionType": "string",
"isAuthorizationRequired": "bool",
"isSecuredTransportRequired": "bool",
"nonRepudiationOfOriginAndContent": "bool",
"persistentConfidentialityScope": "string",
"responseType": "string",
"retryCount": "int",
"timeToPerformInSeconds": "int"
},
"activityType": "string"
},
"description": "string",
"initiatorRoleSettings": {
"action": "string",
"businessDocument": {
"description": "string",
"name": "string",
"version": "string"
},
"description": "string",
"role": "string",
"roleType": "string",
"service": "string",
"serviceClassification": "string"
},
"metadata": {},
"processCode": "string",
"processName": "string",
"processVersion": "string",
"responderRoleSettings": {
"action": "string",
"businessDocument": {
"description": "string",
"name": "string",
"version": "string"
},
"description": "string",
"role": "string",
"roleType": "string",
"service": "string",
"serviceClassification": "string"
}
}
}
Name | Description | Value |
---|---|---|
type | The resource type | 'Microsoft.Logic/integrationAccounts/rosettanetprocessconfigurations' |
apiVersion | The resource api version | '2016-06-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 integration account RosettaNet process configuration properties. | IntegrationAccountRosettaNetProcessConfigurationProp... (required) |
Name | Description | Value |
---|---|---|
activitySettings | The RosettaNet process configuration activity settings. | RosettaNetPipActivitySettings (required) |
description | The integration account RosettaNet ProcessConfiguration properties. | string |
initiatorRoleSettings | The RosettaNet initiator role settings. | RosettaNetPipRoleSettings (required) |
metadata | The metadata. | object |
processCode | The integration account RosettaNet process code. | string (required) |
processName | The integration account RosettaNet process name. | string (required) |
processVersion | The integration account RosettaNet process version. | string (required) |
responderRoleSettings | The RosettaNet responder role settings. | RosettaNetPipRoleSettings (required) |
Name | Description | Value |
---|---|---|
acknowledgmentOfReceiptSettings | The RosettaNet ProcessConfiguration acknowledgement settings. | RosettaNetPipAcknowledgmentOfReceiptSettings (required) |
activityBehavior | The RosettaNet ProcessConfiguration activity behavior. | RosettaNetPipActivityBehavior (required) |
activityType | The RosettaNet ProcessConfiguration activity type. | 'BusinessTransaction' 'InformationDistribution' 'NotSpecified' 'Notification' 'QueryResponse' 'RequestConfirm' 'RequestResponse' (required) |
Name | Description | Value |
---|---|---|
isNonRepudiationRequired | The non-repudiation is required or not. | bool (required) |
timeToAcknowledgeInSeconds | The time to acknowledge in seconds. | int (required) |
Name | Description | Value |
---|---|---|
actionType | The value indicating whether the RosettaNet PIP is used for a single action. | 'DoubleAction' 'NotSpecified' 'SingleAction' (required) |
isAuthorizationRequired | The value indicating whether authorization is required. | bool (required) |
isSecuredTransportRequired | The value indicating whether secured transport is required. | bool (required) |
nonRepudiationOfOriginAndContent | The value indicating whether non-repudiation is for origin and content. | bool (required) |
persistentConfidentialityScope | The persistent confidentiality encryption scope. | 'None' 'NotSpecified' 'Payload' 'PayloadContainer' (required) |
responseType | The value indicating whether the RosettaNet PIP communication is synchronous. | 'Async' 'NotSpecified' 'Sync' (required) |
retryCount | The value indicating retry count. | int (required) |
timeToPerformInSeconds | The time to perform in seconds. | int (required) |
Name | Description | Value |
---|---|---|
action | The action name. | string (required) |
businessDocument | The RosettaNet ProcessConfiguration business document. | RosettaNetPipBusinessDocument (required) |
description | The description. | string |
role | The role name. | string (required) |
roleType | The RosettaNet ProcessConfiguration role type. | 'Employee' 'Functional' 'NotSpecified' 'Organizational' (required) |
service | The service name. | string (required) |
serviceClassification | The service classification name. | string (required) |
Name | Description | Value |
---|---|---|
description | The business document description. | string |
name | The business document name. | string (required) |
version | The business document version. | string (required) |