Microsoft.Logic integrationServiceEnvironments 2019-05-01
Bicep 資源定義
integrationServiceEnvironments 資源類型可以使用目標作業來部署:
- 資源群組 - 請參閱 資源群組部署命令
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.Logic/integrationServiceEnvironments 資源,請將下列 Bicep 新增至範本。
resource symbolicname 'Microsoft.Logic/integrationServiceEnvironments@2019-05-01' = {
identity: {
type: 'string'
userAssignedIdentities: {
{customized property}: {}
}
}
location: 'string'
name: 'string'
properties: {
encryptionConfiguration: {
encryptionKeyReference: {
keyName: 'string'
keyVault: {
id: 'string'
}
keyVersion: 'string'
}
}
endpointsConfiguration: {
connector: {
accessEndpointIpAddresses: [
{
address: 'string'
}
]
outgoingIpAddresses: [
{
address: 'string'
}
]
}
workflow: {
accessEndpointIpAddresses: [
{
address: 'string'
}
]
outgoingIpAddresses: [
{
address: 'string'
}
]
}
}
integrationServiceEnvironmentId: 'string'
networkConfiguration: {
accessEndpoint: {
type: 'string'
}
subnets: [
{
id: 'string'
}
]
virtualNetworkAddressSpace: 'string'
}
provisioningState: 'string'
state: 'string'
}
sku: {
capacity: int
name: 'string'
}
tags: {
{customized property}: 'string'
}
}
屬性值
FlowEndpoints
名字 | 描述 | 價值 |
---|---|---|
accessEndpointIpAddresses | 存取端點 IP 位址。 | IpAddress[] |
outgoingIpAddresses | 傳出IP位址。 | IpAddress[] |
FlowEndpointsConfiguration
名字 | 描述 | 價值 |
---|---|---|
連接器 | 連接器端點。 | FlowEndpoints |
工作流程 | 工作流程端點。 | FlowEndpoints |
IntegrationServiceEnvironmenEncryptionConfiguration
名字 | 描述 | 價值 |
---|---|---|
encryptionKeyReference | 加密金鑰參考。 | IntegrationServiceEnvironmenEncryptionKeyReference |
IntegrationServiceEnvironmenEncryptionKeyReference
名字 | 描述 | 價值 |
---|---|---|
keyName | 取得 Key Vault 中的金鑰名稱。 | 字串 |
keyVault | 金鑰保存庫參考。 | ResourceReference |
keyVersion | 取得keyName屬性中指定的金鑰版本。 | 字串 |
IntegrationServiceEnvironmentAccessEndpoint
名字 | 描述 | 價值 |
---|---|---|
類型 | 存取端點類型。 | 'External' 'Internal' 'NotSpecified' |
IntegrationServiceEnvironmentProperties
名字 | 描述 | 價值 |
---|---|---|
encryptionConfiguration | 加密組態。 | IntegrationServiceEnvironmenEncryptionConfiguration |
endpointsConfiguration | 端點組態。 | FlowEndpointsConfiguration |
integrationServiceEnvironmentId | 取得追蹤標識碼。 | 字串 |
networkConfiguration | 網路組態。 | NetworkConfiguration |
provisioningState | 布建狀態。 | 'Accepted' 'Canceled' 'Completed' 'Created' 'Creating' 'Deleted' '刪除' 'Failed' 'InProgress' '移動' 'NotSpecified' 'Pending' 'Ready' 'Registered' 'Registering' 「更新」 'Running' 'Succeeded' 'Unregistered' 'Unregistering' 'Updateing' 'Waiting' |
州 | 整合服務環境狀態。 | 'Completed' 'Deleted' 'Disabled' 'Enabled' 'NotSpecified' 'Suspended' |
IntegrationServiceEnvironmentSku
名字 | 描述 | 價值 |
---|---|---|
能力 | SKU 容量。 | int |
名字 | SKU 名稱。 | 'Developer' 'NotSpecified' 'Premium' |
IpAddress
名字 | 描述 | 價值 |
---|---|---|
位址 | 位址。 | 字串 |
ManagedServiceIdentity
名字 | 描述 | 價值 |
---|---|---|
類型 | 受控服務識別的類型。 類型 『SystemAssigned』 包含隱含建立的身分識別。 類型 『None』 會從資源中移除任何身分識別。 | 'None' 'SystemAssigned' 'UserAssigned' (必要) |
userAssignedIdentities | 與資源相關聯的使用者指派身分識別清單。 使用者身分識別字典索引鍵參考的格式為 ARM 資源標識符:'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName} | ManagedServiceIdentityUserAssignedIdentities |
ManagedServiceIdentityUserAssignedIdentities
名字 | 描述 | 價值 |
---|
Microsoft.Logic/integrationServiceEnvironments
名字 | 描述 | 價值 |
---|---|---|
身份 | 受控服務識別屬性。 | ManagedServiceIdentity |
位置 | 資源位置。 | 字串 |
名字 | 資源名稱 | 字串 (必要) |
性能 | 整合服務環境屬性。 | IntegrationServiceEnvironmentProperties |
sku | SKU。 | IntegrationServiceEnvironmentSku |
標籤 | 資源標籤 | 標記名稱和值的字典。 請參閱範本中的 標籤 |
NetworkConfiguration
名字 | 描述 | 價值 |
---|---|---|
accessEndpoint | 存取端點。 | IntegrationServiceEnvironmentAccessEndpoint |
子網 | 子網。 | ResourceReference[] |
virtualNetworkAddressSpace | 取得虛擬網路位址空間。 | 字串 |
ResourceReference
名字 | 描述 | 價值 |
---|---|---|
id | 資源標識碼。 | 字串 |
ResourceTags
名字 | 描述 | 價值 |
---|
UserAssignedIdentity
名字 | 描述 | 價值 |
---|
ARM 樣本資源定義
integrationServiceEnvironments 資源類型可以使用目標作業來部署:
- 資源群組 - 請參閱 資源群組部署命令
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.Logic/integrationServiceEnvironments 資源,請將下列 JSON 新增至範本。
{
"type": "Microsoft.Logic/integrationServiceEnvironments",
"apiVersion": "2019-05-01",
"name": "string",
"identity": {
"type": "string",
"userAssignedIdentities": {
"{customized property}": {
}
}
},
"location": "string",
"properties": {
"encryptionConfiguration": {
"encryptionKeyReference": {
"keyName": "string",
"keyVault": {
"id": "string"
},
"keyVersion": "string"
}
},
"endpointsConfiguration": {
"connector": {
"accessEndpointIpAddresses": [
{
"address": "string"
}
],
"outgoingIpAddresses": [
{
"address": "string"
}
]
},
"workflow": {
"accessEndpointIpAddresses": [
{
"address": "string"
}
],
"outgoingIpAddresses": [
{
"address": "string"
}
]
}
},
"integrationServiceEnvironmentId": "string",
"networkConfiguration": {
"accessEndpoint": {
"type": "string"
},
"subnets": [
{
"id": "string"
}
],
"virtualNetworkAddressSpace": "string"
},
"provisioningState": "string",
"state": "string"
},
"sku": {
"capacity": "int",
"name": "string"
},
"tags": {
"{customized property}": "string"
}
}
屬性值
FlowEndpoints
名字 | 描述 | 價值 |
---|---|---|
accessEndpointIpAddresses | 存取端點 IP 位址。 | IpAddress[] |
outgoingIpAddresses | 傳出IP位址。 | IpAddress[] |
FlowEndpointsConfiguration
名字 | 描述 | 價值 |
---|---|---|
連接器 | 連接器端點。 | FlowEndpoints |
工作流程 | 工作流程端點。 | FlowEndpoints |
IntegrationServiceEnvironmenEncryptionConfiguration
名字 | 描述 | 價值 |
---|---|---|
encryptionKeyReference | 加密金鑰參考。 | IntegrationServiceEnvironmenEncryptionKeyReference |
IntegrationServiceEnvironmenEncryptionKeyReference
名字 | 描述 | 價值 |
---|---|---|
keyName | 取得 Key Vault 中的金鑰名稱。 | 字串 |
keyVault | 金鑰保存庫參考。 | ResourceReference |
keyVersion | 取得keyName屬性中指定的金鑰版本。 | 字串 |
IntegrationServiceEnvironmentAccessEndpoint
名字 | 描述 | 價值 |
---|---|---|
類型 | 存取端點類型。 | 'External' 'Internal' 'NotSpecified' |
IntegrationServiceEnvironmentProperties
名字 | 描述 | 價值 |
---|---|---|
encryptionConfiguration | 加密組態。 | IntegrationServiceEnvironmenEncryptionConfiguration |
endpointsConfiguration | 端點組態。 | FlowEndpointsConfiguration |
integrationServiceEnvironmentId | 取得追蹤標識碼。 | 字串 |
networkConfiguration | 網路組態。 | NetworkConfiguration |
provisioningState | 布建狀態。 | 'Accepted' 'Canceled' 'Completed' 'Created' 'Creating' 'Deleted' '刪除' 'Failed' 'InProgress' '移動' 'NotSpecified' 'Pending' 'Ready' 'Registered' 'Registering' 「更新」 'Running' 'Succeeded' 'Unregistered' 'Unregistering' 'Updateing' 'Waiting' |
州 | 整合服務環境狀態。 | 'Completed' 'Deleted' 'Disabled' 'Enabled' 'NotSpecified' 'Suspended' |
IntegrationServiceEnvironmentSku
名字 | 描述 | 價值 |
---|---|---|
能力 | SKU 容量。 | int |
名字 | SKU 名稱。 | 'Developer' 'NotSpecified' 'Premium' |
IpAddress
名字 | 描述 | 價值 |
---|---|---|
位址 | 位址。 | 字串 |
ManagedServiceIdentity
名字 | 描述 | 價值 |
---|---|---|
類型 | 受控服務識別的類型。 類型 『SystemAssigned』 包含隱含建立的身分識別。 類型 『None』 會從資源中移除任何身分識別。 | 'None' 'SystemAssigned' 'UserAssigned' (必要) |
userAssignedIdentities | 與資源相關聯的使用者指派身分識別清單。 使用者身分識別字典索引鍵參考的格式為 ARM 資源標識符:'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName} | ManagedServiceIdentityUserAssignedIdentities |
ManagedServiceIdentityUserAssignedIdentities
名字 | 描述 | 價值 |
---|
Microsoft.Logic/integrationServiceEnvironments
名字 | 描述 | 價值 |
---|---|---|
apiVersion | API 版本 | '2019-05-01' |
身份 | 受控服務識別屬性。 | ManagedServiceIdentity |
位置 | 資源位置。 | 字串 |
名字 | 資源名稱 | 字串 (必要) |
性能 | 整合服務環境屬性。 | IntegrationServiceEnvironmentProperties |
sku | SKU。 | IntegrationServiceEnvironmentSku |
標籤 | 資源標籤 | 標記名稱和值的字典。 請參閱範本中的 標籤 |
類型 | 資源類型 | 'Microsoft.Logic/integrationServiceEnvironments' |
NetworkConfiguration
名字 | 描述 | 價值 |
---|---|---|
accessEndpoint | 存取端點。 | IntegrationServiceEnvironmentAccessEndpoint |
子網 | 子網。 | ResourceReference[] |
virtualNetworkAddressSpace | 取得虛擬網路位址空間。 | 字串 |
ResourceReference
名字 | 描述 | 價值 |
---|---|---|
id | 資源標識碼。 | 字串 |
ResourceTags
名字 | 描述 | 價值 |
---|
UserAssignedIdentity
名字 | 描述 | 價值 |
---|
快速入門範本
下列快速入門範本會部署此資源類型。
範本 | 描述 |
---|---|
Integration Service 環境範本 |
建立虛擬網路、4 個子網,然後建立 Integration Service Environment (ISE)的範本,包括非原生連接器。 做為需要Logic Apps ISE之範本的基礎。 |
Terraform (AzAPI 提供者) 資源定義
integrationServiceEnvironments 資源類型可以使用目標作業來部署:
- 資源群組
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.Logic/integrationServiceEnvironments 資源,請將下列 Terraform 新增至範本。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.Logic/integrationServiceEnvironments@2019-05-01"
name = "string"
identity = {
type = "string"
userAssignedIdentities = {
{customized property} = {
}
}
}
location = "string"
sku = {
capacity = int
name = "string"
}
tags = {
{customized property} = "string"
}
body = jsonencode({
properties = {
encryptionConfiguration = {
encryptionKeyReference = {
keyName = "string"
keyVault = {
id = "string"
}
keyVersion = "string"
}
}
endpointsConfiguration = {
connector = {
accessEndpointIpAddresses = [
{
address = "string"
}
]
outgoingIpAddresses = [
{
address = "string"
}
]
}
workflow = {
accessEndpointIpAddresses = [
{
address = "string"
}
]
outgoingIpAddresses = [
{
address = "string"
}
]
}
}
integrationServiceEnvironmentId = "string"
networkConfiguration = {
accessEndpoint = {
type = "string"
}
subnets = [
{
id = "string"
}
]
virtualNetworkAddressSpace = "string"
}
provisioningState = "string"
state = "string"
}
})
}
屬性值
FlowEndpoints
名字 | 描述 | 價值 |
---|---|---|
accessEndpointIpAddresses | 存取端點 IP 位址。 | IpAddress[] |
outgoingIpAddresses | 傳出IP位址。 | IpAddress[] |
FlowEndpointsConfiguration
名字 | 描述 | 價值 |
---|---|---|
連接器 | 連接器端點。 | FlowEndpoints |
工作流程 | 工作流程端點。 | FlowEndpoints |
IntegrationServiceEnvironmenEncryptionConfiguration
名字 | 描述 | 價值 |
---|---|---|
encryptionKeyReference | 加密金鑰參考。 | IntegrationServiceEnvironmenEncryptionKeyReference |
IntegrationServiceEnvironmenEncryptionKeyReference
名字 | 描述 | 價值 |
---|---|---|
keyName | 取得 Key Vault 中的金鑰名稱。 | 字串 |
keyVault | 金鑰保存庫參考。 | ResourceReference |
keyVersion | 取得keyName屬性中指定的金鑰版本。 | 字串 |
IntegrationServiceEnvironmentAccessEndpoint
名字 | 描述 | 價值 |
---|---|---|
類型 | 存取端點類型。 | 'External' 'Internal' 'NotSpecified' |
IntegrationServiceEnvironmentProperties
名字 | 描述 | 價值 |
---|---|---|
encryptionConfiguration | 加密組態。 | IntegrationServiceEnvironmenEncryptionConfiguration |
endpointsConfiguration | 端點組態。 | FlowEndpointsConfiguration |
integrationServiceEnvironmentId | 取得追蹤標識碼。 | 字串 |
networkConfiguration | 網路組態。 | NetworkConfiguration |
provisioningState | 布建狀態。 | 'Accepted' 'Canceled' 'Completed' 'Created' 'Creating' 'Deleted' '刪除' 'Failed' 'InProgress' '移動' 'NotSpecified' 'Pending' 'Ready' 'Registered' 'Registering' 「更新」 'Running' 'Succeeded' 'Unregistered' 'Unregistering' 'Updateing' 'Waiting' |
州 | 整合服務環境狀態。 | 'Completed' 'Deleted' 'Disabled' 'Enabled' 'NotSpecified' 'Suspended' |
IntegrationServiceEnvironmentSku
名字 | 描述 | 價值 |
---|---|---|
能力 | SKU 容量。 | int |
名字 | SKU 名稱。 | 'Developer' 'NotSpecified' 'Premium' |
IpAddress
名字 | 描述 | 價值 |
---|---|---|
位址 | 位址。 | 字串 |
ManagedServiceIdentity
名字 | 描述 | 價值 |
---|---|---|
類型 | 受控服務識別的類型。 類型 『SystemAssigned』 包含隱含建立的身分識別。 類型 『None』 會從資源中移除任何身分識別。 | 'None' 'SystemAssigned' 'UserAssigned' (必要) |
userAssignedIdentities | 與資源相關聯的使用者指派身分識別清單。 使用者身分識別字典索引鍵參考的格式為 ARM 資源標識符:'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName} | ManagedServiceIdentityUserAssignedIdentities |
ManagedServiceIdentityUserAssignedIdentities
名字 | 描述 | 價值 |
---|
Microsoft.Logic/integrationServiceEnvironments
名字 | 描述 | 價值 |
---|---|---|
身份 | 受控服務識別屬性。 | ManagedServiceIdentity |
位置 | 資源位置。 | 字串 |
名字 | 資源名稱 | 字串 (必要) |
性能 | 整合服務環境屬性。 | IntegrationServiceEnvironmentProperties |
sku | SKU。 | IntegrationServiceEnvironmentSku |
標籤 | 資源標籤 | 標記名稱和值的字典。 |
類型 | 資源類型 | “Microsoft.Logic/integrationServiceEnvironments@2019-05-01” |
NetworkConfiguration
名字 | 描述 | 價值 |
---|---|---|
accessEndpoint | 存取端點。 | IntegrationServiceEnvironmentAccessEndpoint |
子網 | 子網。 | ResourceReference[] |
virtualNetworkAddressSpace | 取得虛擬網路位址空間。 | 字串 |
ResourceReference
名字 | 描述 | 價值 |
---|---|---|
id | 資源標識碼。 | 字串 |
ResourceTags
名字 | 描述 | 價值 |
---|
UserAssignedIdentity
名字 | 描述 | 價值 |
---|