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'
}
}
プロパティ値
ContentLink
名前 |
形容 |
価値 |
uri |
コンテンツ リンク URI。 |
糸 |
IntegrationServiceEnvironmentManagedApiDeploymentParameters
名前 |
形容 |
価値 |
contentLinkDefinition |
デプロイ用の統合サービス環境マネージド API コンテンツ リンク。 |
ContentLink |
IntegrationServiceEnvironmentManagedApiProperties
Microsoft.Logic/integrationServiceEnvironments/managedApis
名前 |
形容 |
価値 |
場所 |
リソースの場所。 |
糸 |
名前 |
リソース名 |
string (必須) |
親 |
Bicep では、子リソースの親リソースを指定できます。 このプロパティを追加する必要があるのは、子リソースが親リソースの外部で宣言されている場合のみです。
詳細については、「親リソースの外部 子リソース」を参照してください。 |
種類のリソースのシンボリック名: integrationServiceEnvironments |
プロパティ |
統合サービス環境のマネージド API プロパティ。 |
IntegrationServiceEnvironmentManagedApiProperties |
タグ |
リソース タグ |
タグ名と値のディクショナリ。 テンプレート の タグを参照してください |
ResourceReference
名前 |
形容 |
価値 |
身分証明書 |
リソース ID。 |
糸 |
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"
}
}
プロパティ値
ContentLink
名前 |
形容 |
価値 |
uri |
コンテンツ リンク URI。 |
糸 |
IntegrationServiceEnvironmentManagedApiDeploymentParameters
名前 |
形容 |
価値 |
contentLinkDefinition |
デプロイ用の統合サービス環境マネージド API コンテンツ リンク。 |
ContentLink |
IntegrationServiceEnvironmentManagedApiProperties
Microsoft.Logic/integrationServiceEnvironments/managedApis
名前 |
形容 |
価値 |
apiVersion |
API のバージョン |
'2019-05-01' |
場所 |
リソースの場所。 |
糸 |
名前 |
リソース名 |
string (必須) |
プロパティ |
統合サービス環境のマネージド API プロパティ。 |
IntegrationServiceEnvironmentManagedApiProperties |
タグ |
リソース タグ |
タグ名と値のディクショナリ。 テンプレート の タグを参照してください |
種類 |
リソースの種類 |
'Microsoft.Logic/integrationServiceEnvironments/managedApis' |
ResourceReference
名前 |
形容 |
価値 |
身分証明書 |
リソース ID。 |
糸 |
クイック スタート テンプレート
次のクイック スタート テンプレートでは、このリソースの種類をデプロイします。
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"
}
}
})
}
プロパティ値
ContentLink
名前 |
形容 |
価値 |
uri |
コンテンツ リンク URI。 |
糸 |
IntegrationServiceEnvironmentManagedApiDeploymentParameters
名前 |
形容 |
価値 |
contentLinkDefinition |
デプロイ用の統合サービス環境マネージド API コンテンツ リンク。 |
ContentLink |
IntegrationServiceEnvironmentManagedApiProperties
Microsoft.Logic/integrationServiceEnvironments/managedApis
ResourceReference
名前 |
形容 |
価値 |
身分証明書 |
リソース ID。 |
糸 |