次の方法で共有


Microsoft.Logic integrationServiceEnvironments/managedApis 2019-05-01

Bicep リソース定義

integrationServiceEnvironments/managedApis リソースの種類は、次を対象とする操作と共にデプロイできます。

  • リソース グループの - リソース グループのデプロイ コマンド 参照

各 API バージョンで変更されたプロパティの一覧については、変更ログの参照してください。

リソースの形式

Microsoft.Logic/integrationServiceEnvironments/managedApis リソースを作成するには、次の Bicep をテンプレートに追加します。

resource symbolicname 'Microsoft.Logic/integrationServiceEnvironments/managedApis@2019-05-01' = {
  parent: resourceSymbolicName
  location: 'string'
  name: 'string'
  properties: {
    deploymentParameters: {
      contentLinkDefinition: {
        uri: 'string'
      }
    }
    integrationServiceEnvironment: {
      id: 'string'
    }
  }
  tags: {
    {customized property}: 'string'
  }
}

プロパティ値

名前 形容 価値
uri コンテンツ リンク URI。

IntegrationServiceEnvironmentManagedApiDeploymentParameters

名前 形容 価値
contentLinkDefinition デプロイ用の統合サービス環境マネージド API コンテンツ リンク。 ContentLink

IntegrationServiceEnvironmentManagedApiProperties

名前 形容 価値
deploymentParameters 統合サービス環境のマネージド API デプロイ パラメーター。 IntegrationServiceEnvironmentManagedApiDeploymentParameters
integrationServiceEnvironment 統合サービス環境のリファレンス。 ResourceReference

Microsoft.Logic/integrationServiceEnvironments/managedApis

名前 形容 価値
場所 リソースの場所。
名前 リソース名 string (必須)
Bicep では、子リソースの親リソースを指定できます。 このプロパティを追加する必要があるのは、子リソースが親リソースの外部で宣言されている場合のみです。

詳細については、「親リソースの外部 子リソース」を参照してください。
種類のリソースのシンボリック名: integrationServiceEnvironments
プロパティ 統合サービス環境のマネージド API プロパティ。 IntegrationServiceEnvironmentManagedApiProperties
タグ リソース タグ タグ名と値のディクショナリ。 テンプレート の タグを参照してください

ResourceReference

名前 形容 価値
身分証明書 リソース ID。

ResourceTags

名前 形容 価値

ARM テンプレート リソース定義

integrationServiceEnvironments/managedApis リソースの種類は、次を対象とする操作と共にデプロイできます。

  • リソース グループの - リソース グループのデプロイ コマンド 参照

各 API バージョンで変更されたプロパティの一覧については、変更ログの参照してください。

リソースの形式

Microsoft.Logic/integrationServiceEnvironments/managedApis リソースを作成するには、次の JSON をテンプレートに追加します。

{
  "type": "Microsoft.Logic/integrationServiceEnvironments/managedApis",
  "apiVersion": "2019-05-01",
  "name": "string",
  "location": "string",
  "properties": {
    "deploymentParameters": {
      "contentLinkDefinition": {
        "uri": "string"
      }
    },
    "integrationServiceEnvironment": {
      "id": "string"
    }
  },
  "tags": {
    "{customized property}": "string"
  }
}

プロパティ値

名前 形容 価値
uri コンテンツ リンク URI。

IntegrationServiceEnvironmentManagedApiDeploymentParameters

名前 形容 価値
contentLinkDefinition デプロイ用の統合サービス環境マネージド API コンテンツ リンク。 ContentLink

IntegrationServiceEnvironmentManagedApiProperties

名前 形容 価値
deploymentParameters 統合サービス環境のマネージド API デプロイ パラメーター。 IntegrationServiceEnvironmentManagedApiDeploymentParameters
integrationServiceEnvironment 統合サービス環境のリファレンス。 ResourceReference

Microsoft.Logic/integrationServiceEnvironments/managedApis

名前 形容 価値
apiVersion API のバージョン '2019-05-01'
場所 リソースの場所。
名前 リソース名 string (必須)
プロパティ 統合サービス環境のマネージド API プロパティ。 IntegrationServiceEnvironmentManagedApiProperties
タグ リソース タグ タグ名と値のディクショナリ。 テンプレート の タグを参照してください
種類 リソースの種類 'Microsoft.Logic/integrationServiceEnvironments/managedApis'

ResourceReference

名前 形容 価値
身分証明書 リソース ID。

ResourceTags

名前 形容 価値

クイック スタート テンプレート

次のクイック スタート テンプレートでは、このリソースの種類をデプロイします。

テンプレート 形容
Integration Service Environment Template

Azure にデプロイする
非ネイティブ コネクタを含む、仮想ネットワーク、4 つのサブネット、および Integration Service Environment (ISE) を作成するテンプレート。 Logic Apps ISE を必要とするテンプレートのベースとして使用します。

Terraform (AzAPI プロバイダー) リソース定義

integrationServiceEnvironments/managedApis リソースの種類は、次を対象とする操作と共にデプロイできます。

  • リソース グループの

各 API バージョンで変更されたプロパティの一覧については、変更ログの参照してください。

リソースの形式

Microsoft.Logic/integrationServiceEnvironments/managedApis リソースを作成するには、次の Terraform をテンプレートに追加します。

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.Logic/integrationServiceEnvironments/managedApis@2019-05-01"
  name = "string"
  location = "string"
  tags = {
    {customized property} = "string"
  }
  body = jsonencode({
    properties = {
      deploymentParameters = {
        contentLinkDefinition = {
          uri = "string"
        }
      }
      integrationServiceEnvironment = {
        id = "string"
      }
    }
  })
}

プロパティ値

名前 形容 価値
uri コンテンツ リンク URI。

IntegrationServiceEnvironmentManagedApiDeploymentParameters

名前 形容 価値
contentLinkDefinition デプロイ用の統合サービス環境マネージド API コンテンツ リンク。 ContentLink

IntegrationServiceEnvironmentManagedApiProperties

名前 形容 価値
deploymentParameters 統合サービス環境のマネージド API デプロイ パラメーター。 IntegrationServiceEnvironmentManagedApiDeploymentParameters
integrationServiceEnvironment 統合サービス環境のリファレンス。 ResourceReference

Microsoft.Logic/integrationServiceEnvironments/managedApis

名前 形容 価値
場所 リソースの場所。
名前 リソース名 string (必須)
parent_id このリソースの親であるリソースの ID。 種類のリソースの ID: integrationServiceEnvironments
プロパティ 統合サービス環境のマネージド API プロパティ。 IntegrationServiceEnvironmentManagedApiProperties
タグ リソース タグ タグ名と値のディクショナリ。
種類 リソースの種類 "Microsoft.Logic/integrationServiceEnvironments/managedApis@2019-05-01"

ResourceReference

名前 形容 価値
身分証明書 リソース ID。

ResourceTags

名前 形容 価値