你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Microsoft.App containerApps/detectorProperties
Bicep 资源定义
containerApps/detectorProperties 资源类型可以存在于:资源组
注意
此资源类型是只读的,这意味着无法部署它,但可以引用现有实例。 通常,只读资源类型由服务自动创建。
使用 existing
关键字。
资源格式
若要创建 Microsoft.App/containerApps/detectorProperties 资源,请将以下 Bicep 添加到模板。
resource symbolicname 'Microsoft.App/containerApps/detectorProperties@2024-03-01' existing = {
name: 'string'
}
属性值
containerApps/detectorProperties
名字 | 描述 | 价值 |
---|---|---|
名字 | 现有资源的名称。 了解如何在 Bicep中设置子资源的名称和类型。 |
“rootApi” |
ARM 模板资源定义
containerApps/detectorProperties 资源类型可以存在于:资源组
注意
此资源类型是只读的,这意味着无法部署它,但可以引用现有实例。 通常,只读资源类型由服务自动创建。
使用 reference
函数。
资源格式
若要创建 Microsoft.App/containerApps/detectorProperties 资源,请将以下 JSON 添加到模板。
[reference(resourceId('Microsoft.App/containerApps/detectorProperties', '{name}'), '2024-03-01')]
属性值
containerApps/detectorProperties
名字 | 描述 | 价值 |
---|---|---|
名字 | 现有资源的名称。 了解如何在 JSON ARM 模板中设置子资源的名称和类型。 |
“rootApi” |
Terraform (AzAPI 提供程序)资源定义
containerApps/detectorProperties 资源类型可以存在于:资源组
注意
此资源类型是只读的,这意味着无法部署它,但可以引用现有实例。 通常,只读资源类型由服务自动创建。
使用 data
关键字。
资源格式
若要创建 Microsoft.App/containerApps/detectorProperties 资源,请将以下 Terraform 添加到模板中。
data "azapi_resource" "symbolicname" {
type = "Microsoft.App/containerApps/detectorProperties@2024-03-01"
name = "string"
parent_id = "string"
}
属性值
containerApps/detectorProperties
名字 | 描述 | 价值 |
---|---|---|
名字 | 现有资源的名称。 | “rootApi” |
parent_id | 此资源的父资源的 ID。 | 类型资源的 ID:containerApps |