Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Bicep resource definition
The integrationAccounts/rosettanetprocessconfigurations resource type can be deployed with operations that target:
- Resource groups - See resource group deployment commands
For a list of changed properties in each API version, see change log.
Resource format
To create a Microsoft.Logic/integrationAccounts/rosettanetprocessconfigurations resource, add the following Bicep to your template.
resource symbolicname 'Microsoft.Logic/integrationAccounts/rosettanetprocessconfigurations@2016-06-01' = {
parent: resourceSymbolicName
location: 'string'
name: 'string'
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: {
{customized property}: 'string'
}
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'
}
}
tags: {
{customized property}: 'string'
}
}
Property Values
IntegrationAccountRosettaNetProcessConfigurationProperties
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. | IntegrationAccountRosettaNetProcessConfigurationPropertiesMetadata |
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) |
IntegrationAccountRosettaNetProcessConfigurationPropertiesMetadata
Name | Description | Value |
---|
Microsoft.Logic/integrationAccounts/rosettanetprocessconfigurations
Name | Description | Value |
---|---|---|
location | The resource location. | string |
name | The resource name | string (required) |
parent | In Bicep, you can specify the parent resource for a child resource. You only need to add this property when the child resource is declared outside of the parent resource. For more information, see Child resource outside parent resource. |
Symbolic name for resource of type: integrationAccounts |
properties | The integration account RosettaNet process configuration properties. | IntegrationAccountRosettaNetProcessConfigurationProperties (required) |
tags | Resource tags | Dictionary of tag names and values. See Tags in templates |
ResourceTags
Name | Description | Value |
---|
RosettaNetPipAcknowledgmentOfReceiptSettings
Name | Description | Value |
---|---|---|
isNonRepudiationRequired | The non-repudiation is required or not. | bool (required) |
timeToAcknowledgeInSeconds | The time to acknowledge in seconds. | int (required) |
RosettaNetPipActivityBehavior
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) |
RosettaNetPipActivitySettings
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' 'Notification' 'NotSpecified' 'QueryResponse' 'RequestConfirm' 'RequestResponse' (required) |
RosettaNetPipBusinessDocument
Name | Description | Value |
---|---|---|
description | The business document description. | string |
name | The business document name. | string (required) |
version | The business document version. | string (required) |
RosettaNetPipRoleSettings
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) |
ARM template resource definition
The integrationAccounts/rosettanetprocessconfigurations resource type can be deployed with operations that target:
- Resource groups - See resource group deployment commands
For a list of changed properties in each API version, see change log.
Resource format
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",
"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": {
"{customized property}": "string"
},
"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"
}
},
"tags": {
"{customized property}": "string"
}
}
Property Values
IntegrationAccountRosettaNetProcessConfigurationProperties
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. | IntegrationAccountRosettaNetProcessConfigurationPropertiesMetadata |
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) |
IntegrationAccountRosettaNetProcessConfigurationPropertiesMetadata
Name | Description | Value |
---|
Microsoft.Logic/integrationAccounts/rosettanetprocessconfigurations
Name | Description | Value |
---|---|---|
apiVersion | The api version | '2016-06-01' |
location | The resource location. | string |
name | The resource name | string (required) |
properties | The integration account RosettaNet process configuration properties. | IntegrationAccountRosettaNetProcessConfigurationProperties (required) |
tags | Resource tags | Dictionary of tag names and values. See Tags in templates |
type | The resource type | 'Microsoft.Logic/integrationAccounts/rosettanetprocessconfigurations' |
ResourceTags
Name | Description | Value |
---|
RosettaNetPipAcknowledgmentOfReceiptSettings
Name | Description | Value |
---|---|---|
isNonRepudiationRequired | The non-repudiation is required or not. | bool (required) |
timeToAcknowledgeInSeconds | The time to acknowledge in seconds. | int (required) |
RosettaNetPipActivityBehavior
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) |
RosettaNetPipActivitySettings
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' 'Notification' 'NotSpecified' 'QueryResponse' 'RequestConfirm' 'RequestResponse' (required) |
RosettaNetPipBusinessDocument
Name | Description | Value |
---|---|---|
description | The business document description. | string |
name | The business document name. | string (required) |
version | The business document version. | string (required) |
RosettaNetPipRoleSettings
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) |
Usage Examples
Terraform (AzAPI provider) resource definition
The integrationAccounts/rosettanetprocessconfigurations resource type can be deployed with operations that target:
- Resource groups
For a list of changed properties in each API version, see change log.
Resource format
To create a Microsoft.Logic/integrationAccounts/rosettanetprocessconfigurations resource, add the following Terraform to your template.
resource "azapi_resource" "symbolicname" {
type = "Microsoft.Logic/integrationAccounts/rosettanetprocessconfigurations@2016-06-01"
name = "string"
location = "string"
tags = {
{customized property} = "string"
}
body = {
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 = {
{customized property} = "string"
}
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"
}
}
}
}
Property Values
IntegrationAccountRosettaNetProcessConfigurationProperties
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. | IntegrationAccountRosettaNetProcessConfigurationPropertiesMetadata |
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) |
IntegrationAccountRosettaNetProcessConfigurationPropertiesMetadata
Name | Description | Value |
---|
Microsoft.Logic/integrationAccounts/rosettanetprocessconfigurations
Name | Description | Value |
---|---|---|
location | The resource location. | 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: integrationAccounts |
properties | The integration account RosettaNet process configuration properties. | IntegrationAccountRosettaNetProcessConfigurationProperties (required) |
tags | Resource tags | Dictionary of tag names and values. |
type | The resource type | "Microsoft.Logic/integrationAccounts/rosettanetprocessconfigurations@2016-06-01" |
ResourceTags
Name | Description | Value |
---|
RosettaNetPipAcknowledgmentOfReceiptSettings
Name | Description | Value |
---|---|---|
isNonRepudiationRequired | The non-repudiation is required or not. | bool (required) |
timeToAcknowledgeInSeconds | The time to acknowledge in seconds. | int (required) |
RosettaNetPipActivityBehavior
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) |
RosettaNetPipActivitySettings
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' 'Notification' 'NotSpecified' 'QueryResponse' 'RequestConfirm' 'RequestResponse' (required) |
RosettaNetPipBusinessDocument
Name | Description | Value |
---|---|---|
description | The business document description. | string |
name | The business document name. | string (required) |
version | The business document version. | string (required) |
RosettaNetPipRoleSettings
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) |