Microsoft.Logic integrationAccounts/rosettanetprocessconfigurations 2016-06-01
Bicep 資源定義
integrationAccounts/rosettanetprocessconfigurations 資源類型可以使用目標作業來部署:
- 資源群組 - 請參閱 資源群組部署命令
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.Logic/integrationAccounts/rosettanetprocessconfigurations 資源,請將下列 Bicep 新增至範本。
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'
}
}
屬性值
IntegrationAccountRosettaNetProcessConfigurationProperties
名字 | 描述 | 價值 |
---|---|---|
activitySettings | RosettaNet 進程組態活動設定。 | RosettaNetPipActivitySettings (必要) |
描述 | 整合帳戶 RosettaNet ProcessConfiguration 屬性。 | 字串 |
initiatorRoleSettings | RosettaNet 啟動器角色設定。 | RosettaNetPipRoleSettings (必要) |
元數據 | 元數據。 | IntegrationAccountRosettaNetProcessConfigurationPropertiesMetadata |
processCode | 整合帳戶 RosettaNet 程式代碼。 | 字串 (必要) |
processName | 整合帳戶 RosettaNet 進程名稱。 | 字串 (必要) |
processVersion | 整合帳戶 RosettaNet 進程版本。 | 字串 (必要) |
responderRoleSettings | RosettaNet 回應程式角色設定。 | RosettaNetPipRoleSettings (必要) |
IntegrationAccountRosettaNetProcessConfigurationPropertiesMetadata
名字 | 描述 | 價值 |
---|
Microsoft.Logic/integrationAccounts/rosettanetprocessconfigurations
名字 | 描述 | 價值 |
---|---|---|
位置 | 資源位置。 | 字串 |
名字 | 資源名稱 | 字串 (必要) |
父母 | 在 Bicep 中,您可以指定子資源的父資源。 只有在父資源外部宣告子資源時,才需要新增這個屬性。 如需詳細資訊,請參閱 父資源外部的子資源。 |
類型的資源符號名稱:integrationAccounts |
性能 | 整合帳戶 RosettaNet 進程組態屬性。 | IntegrationAccountRosettaNetProcessConfigurationProperties (必要) |
標籤 | 資源標籤 | 標記名稱和值的字典。 請參閱範本中的 標籤 |
ResourceTags
名字 | 描述 | 價值 |
---|
RosettaNetPipAcknowledgmentOfReceiptSettings
名字 | 描述 | 價值 |
---|---|---|
isNonRepudiationRequired | 非否認性為必要或否。 | 布林 (必要) |
timeToAcknowledgeInSeconds | 以秒為單位確認的時間。 | int (必要) |
RosettaNetPipActivityBehavior
名字 | 描述 | 價值 |
---|---|---|
actionType | 值,指出 RosettaNet PIP 是否用於單一動作。 | 'DoubleAction' 'NotSpecified' 'SingleAction' (必要) |
isAuthorizationRequired | 值,指出是否需要授權。 | 布林 (必要) |
isSecuredTransportRequired | 值,指出是否需要安全傳輸。 | 布林 (必要) |
nonRepudiationOfOriginAndContent | 值,指出非否認是否適用於來源和內容。 | 布林 (必要) |
persistentConfidentialityScope | 持續性機密性加密範圍。 | 'None' 'NotSpecified' 'Payload' 'PayloadContainer' (必要) |
responseType | 值,指出 RosettaNet PIP 通訊是否為同步。 | 'Async' 'NotSpecified' 'Sync' (必要) |
retryCount | 指出重試計數的值。 | int (必要) |
timeToPerformInSeconds | 以秒為單位執行的時間。 | int (必要) |
RosettaNetPipActivitySettings
名字 | 描述 | 價值 |
---|---|---|
cognimentOfReceiptSettings | RosettaNet ProcessConfiguration 通知設定。 | RosettaNetPipAcknowledgmentOfReceiptSettings (必要) |
activityBehavior | RosettaNet ProcessConfiguration 活動行為。 | RosettaNetPipActivityBehavior (必要) |
activityType | RosettaNet ProcessConfiguration 活動類型。 | 'BusinessTransaction' 'InformationDistribution' 'Notification' 'NotSpecified' 'QueryResponse' 'RequestConfirm' 'RequestResponse' (必要) |
RosettaNetPipBusinessDocument
名字 | 描述 | 價值 |
---|---|---|
描述 | 商務檔描述。 | 字串 |
名字 | 商務文件名稱。 | 字串 (必要) |
版本 | 商務檔版本。 | 字串 (必要) |
RosettaNetPipRoleSettings
名字 | 描述 | 價值 |
---|---|---|
行動 | 動作名稱。 | 字串 (必要) |
businessDocument | RosettaNet ProcessConfiguration 商務檔。 | RosettaNetPipBusinessDocument (必要) |
描述 | 描述。 | 字串 |
角色 | 角色名稱。 | 字串 (必要) |
roleType | RosettaNet ProcessConfiguration 角色類型。 | 'Employee' 'Functional' 'NotSpecified' '組織' (必要) |
服務 | 服務名稱。 | 字串 (必要) |
serviceClassification | 服務分類名稱。 | 字串 (必要) |
ARM 樣本資源定義
integrationAccounts/rosettanetprocessconfigurations 資源類型可以使用目標作業來部署:
- 資源群組 - 請參閱 資源群組部署命令
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.Logic/integrationAccounts/rosettanetprocessconfigurations 資源,請將下列 JSON 新增至範本。
{
"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"
}
}
屬性值
IntegrationAccountRosettaNetProcessConfigurationProperties
名字 | 描述 | 價值 |
---|---|---|
activitySettings | RosettaNet 進程組態活動設定。 | RosettaNetPipActivitySettings (必要) |
描述 | 整合帳戶 RosettaNet ProcessConfiguration 屬性。 | 字串 |
initiatorRoleSettings | RosettaNet 啟動器角色設定。 | RosettaNetPipRoleSettings (必要) |
元數據 | 元數據。 | IntegrationAccountRosettaNetProcessConfigurationPropertiesMetadata |
processCode | 整合帳戶 RosettaNet 程式代碼。 | 字串 (必要) |
processName | 整合帳戶 RosettaNet 進程名稱。 | 字串 (必要) |
processVersion | 整合帳戶 RosettaNet 進程版本。 | 字串 (必要) |
responderRoleSettings | RosettaNet 回應程式角色設定。 | RosettaNetPipRoleSettings (必要) |
IntegrationAccountRosettaNetProcessConfigurationPropertiesMetadata
名字 | 描述 | 價值 |
---|
Microsoft.Logic/integrationAccounts/rosettanetprocessconfigurations
名字 | 描述 | 價值 |
---|---|---|
apiVersion | API 版本 | '2016-06-01' |
位置 | 資源位置。 | 字串 |
名字 | 資源名稱 | 字串 (必要) |
性能 | 整合帳戶 RosettaNet 進程組態屬性。 | IntegrationAccountRosettaNetProcessConfigurationProperties (必要) |
標籤 | 資源標籤 | 標記名稱和值的字典。 請參閱範本中的 標籤 |
類型 | 資源類型 | 'Microsoft.Logic/integrationAccounts/rosettanetprocessconfigurations' |
ResourceTags
名字 | 描述 | 價值 |
---|
RosettaNetPipAcknowledgmentOfReceiptSettings
名字 | 描述 | 價值 |
---|---|---|
isNonRepudiationRequired | 非否認性為必要或否。 | 布林 (必要) |
timeToAcknowledgeInSeconds | 以秒為單位確認的時間。 | int (必要) |
RosettaNetPipActivityBehavior
名字 | 描述 | 價值 |
---|---|---|
actionType | 值,指出 RosettaNet PIP 是否用於單一動作。 | 'DoubleAction' 'NotSpecified' 'SingleAction' (必要) |
isAuthorizationRequired | 值,指出是否需要授權。 | 布林 (必要) |
isSecuredTransportRequired | 值,指出是否需要安全傳輸。 | 布林 (必要) |
nonRepudiationOfOriginAndContent | 值,指出非否認是否適用於來源和內容。 | 布林 (必要) |
persistentConfidentialityScope | 持續性機密性加密範圍。 | 'None' 'NotSpecified' 'Payload' 'PayloadContainer' (必要) |
responseType | 值,指出 RosettaNet PIP 通訊是否為同步。 | 'Async' 'NotSpecified' 'Sync' (必要) |
retryCount | 指出重試計數的值。 | int (必要) |
timeToPerformInSeconds | 以秒為單位執行的時間。 | int (必要) |
RosettaNetPipActivitySettings
名字 | 描述 | 價值 |
---|---|---|
cognimentOfReceiptSettings | RosettaNet ProcessConfiguration 通知設定。 | RosettaNetPipAcknowledgmentOfReceiptSettings (必要) |
activityBehavior | RosettaNet ProcessConfiguration 活動行為。 | RosettaNetPipActivityBehavior (必要) |
activityType | RosettaNet ProcessConfiguration 活動類型。 | 'BusinessTransaction' 'InformationDistribution' 'Notification' 'NotSpecified' 'QueryResponse' 'RequestConfirm' 'RequestResponse' (必要) |
RosettaNetPipBusinessDocument
名字 | 描述 | 價值 |
---|---|---|
描述 | 商務檔描述。 | 字串 |
名字 | 商務文件名稱。 | 字串 (必要) |
版本 | 商務檔版本。 | 字串 (必要) |
RosettaNetPipRoleSettings
名字 | 描述 | 價值 |
---|---|---|
行動 | 動作名稱。 | 字串 (必要) |
businessDocument | RosettaNet ProcessConfiguration 商務檔。 | RosettaNetPipBusinessDocument (必要) |
描述 | 描述。 | 字串 |
角色 | 角色名稱。 | 字串 (必要) |
roleType | RosettaNet ProcessConfiguration 角色類型。 | 'Employee' 'Functional' 'NotSpecified' '組織' (必要) |
服務 | 服務名稱。 | 字串 (必要) |
serviceClassification | 服務分類名稱。 | 字串 (必要) |
Terraform (AzAPI 提供者) 資源定義
integrationAccounts/rosettanetprocessconfigurations 資源類型可以使用目標作業來部署:
- 資源群組
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.Logic/integrationAccounts/rosettanetprocessconfigurations 資源,請將下列 Terraform 新增至範本。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.Logic/integrationAccounts/rosettanetprocessconfigurations@2016-06-01"
name = "string"
location = "string"
tags = {
{customized property} = "string"
}
body = jsonencode({
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"
}
}
})
}
屬性值
IntegrationAccountRosettaNetProcessConfigurationProperties
名字 | 描述 | 價值 |
---|---|---|
activitySettings | RosettaNet 進程組態活動設定。 | RosettaNetPipActivitySettings (必要) |
描述 | 整合帳戶 RosettaNet ProcessConfiguration 屬性。 | 字串 |
initiatorRoleSettings | RosettaNet 啟動器角色設定。 | RosettaNetPipRoleSettings (必要) |
元數據 | 元數據。 | IntegrationAccountRosettaNetProcessConfigurationPropertiesMetadata |
processCode | 整合帳戶 RosettaNet 程式代碼。 | 字串 (必要) |
processName | 整合帳戶 RosettaNet 進程名稱。 | 字串 (必要) |
processVersion | 整合帳戶 RosettaNet 進程版本。 | 字串 (必要) |
responderRoleSettings | RosettaNet 回應程式角色設定。 | RosettaNetPipRoleSettings (必要) |
IntegrationAccountRosettaNetProcessConfigurationPropertiesMetadata
名字 | 描述 | 價值 |
---|
Microsoft.Logic/integrationAccounts/rosettanetprocessconfigurations
名字 | 描述 | 價值 |
---|---|---|
位置 | 資源位置。 | 字串 |
名字 | 資源名稱 | 字串 (必要) |
parent_id | 此資源為父系之資源的標識碼。 | 類型資源的標識碼:integrationAccounts |
性能 | 整合帳戶 RosettaNet 進程組態屬性。 | IntegrationAccountRosettaNetProcessConfigurationProperties (必要) |
標籤 | 資源標籤 | 標記名稱和值的字典。 |
類型 | 資源類型 | “Microsoft.Logic/integrationAccounts/rosettanetprocessconfigurations@2016-06-01” |
ResourceTags
名字 | 描述 | 價值 |
---|
RosettaNetPipAcknowledgmentOfReceiptSettings
名字 | 描述 | 價值 |
---|---|---|
isNonRepudiationRequired | 非否認性為必要或否。 | 布林 (必要) |
timeToAcknowledgeInSeconds | 以秒為單位確認的時間。 | int (必要) |
RosettaNetPipActivityBehavior
名字 | 描述 | 價值 |
---|---|---|
actionType | 值,指出 RosettaNet PIP 是否用於單一動作。 | 'DoubleAction' 'NotSpecified' 'SingleAction' (必要) |
isAuthorizationRequired | 值,指出是否需要授權。 | 布林 (必要) |
isSecuredTransportRequired | 值,指出是否需要安全傳輸。 | 布林 (必要) |
nonRepudiationOfOriginAndContent | 值,指出非否認是否適用於來源和內容。 | 布林 (必要) |
persistentConfidentialityScope | 持續性機密性加密範圍。 | 'None' 'NotSpecified' 'Payload' 'PayloadContainer' (必要) |
responseType | 值,指出 RosettaNet PIP 通訊是否為同步。 | 'Async' 'NotSpecified' 'Sync' (必要) |
retryCount | 指出重試計數的值。 | int (必要) |
timeToPerformInSeconds | 以秒為單位執行的時間。 | int (必要) |
RosettaNetPipActivitySettings
名字 | 描述 | 價值 |
---|---|---|
cognimentOfReceiptSettings | RosettaNet ProcessConfiguration 通知設定。 | RosettaNetPipAcknowledgmentOfReceiptSettings (必要) |
activityBehavior | RosettaNet ProcessConfiguration 活動行為。 | RosettaNetPipActivityBehavior (必要) |
activityType | RosettaNet ProcessConfiguration 活動類型。 | 'BusinessTransaction' 'InformationDistribution' 'Notification' 'NotSpecified' 'QueryResponse' 'RequestConfirm' 'RequestResponse' (必要) |
RosettaNetPipBusinessDocument
名字 | 描述 | 價值 |
---|---|---|
描述 | 商務檔描述。 | 字串 |
名字 | 商務文件名稱。 | 字串 (必要) |
版本 | 商務檔版本。 | 字串 (必要) |
RosettaNetPipRoleSettings
名字 | 描述 | 價值 |
---|---|---|
行動 | 動作名稱。 | 字串 (必要) |
businessDocument | RosettaNet ProcessConfiguration 商務檔。 | RosettaNetPipBusinessDocument (必要) |
描述 | 描述。 | 字串 |
角色 | 角色名稱。 | 字串 (必要) |
roleType | RosettaNet ProcessConfiguration 角色類型。 | 'Employee' 'Functional' 'NotSpecified' '組織' (必要) |
服務 | 服務名稱。 | 字串 (必要) |
serviceClassification | 服務分類名稱。 | 字串 (必要) |