你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Microsoft.IoTOperations 实例
Bicep 资源定义
可以使用目标操作部署实例资源类型:
- 资源组 - 请参阅 资源组部署命令
有关每个 API 版本中已更改属性的列表,请参阅 更改日志。
资源格式
若要创建 Microsoft.IoTOperations/instances 资源,请将以下 Bicep 添加到模板。
resource symbolicname 'Microsoft.IoTOperations/instances@2024-11-01' = {
extendedLocation: {
name: 'string'
type: 'string'
}
identity: {
type: 'string'
userAssignedIdentities: {
{customized property}: {}
}
}
location: 'string'
name: 'string'
properties: {
description: 'string'
schemaRegistryRef: {
resourceId: 'string'
}
}
tags: {
{customized property}: 'string'
}
}
属性值
ExtendedLocation
名字 | 描述 | 价值 |
---|---|---|
名字 | 扩展位置的名称。 | string (必需) |
类型 | ExtendedLocation 的类型。 | “CustomLocation”(必需) |
InstanceProperties
名字 | 描述 | 价值 |
---|---|---|
描述 | 实例的详细说明。 | 字符串 |
schemaRegistryRef | 对此 AIO 实例的架构注册表的引用。 | SchemaRegistryRef(必需) |
ManagedServiceIdentity
名字 | 描述 | 价值 |
---|---|---|
类型 | 托管服务标识的类型(其中允许 SystemAssigned 和 UserAssigned 类型)。 | “None” “SystemAssigned” “SystemAssigned,UserAssigned” “UserAssigned”(必需) |
userAssignedIdentities | 与资源关联的用户分配标识集。 userAssignedIdentities 字典密钥将为 ARM 资源 ID,格式为“/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}”。 字典值可以是请求中的空对象({})。 | UserAssignedIdentities |
Microsoft.IoTOperations/instances
名字 | 描述 | 价值 |
---|---|---|
extendedLocation | 资源的边缘位置。 | ExtendedLocation (必需) |
身份 | 分配给此资源的托管服务标识。 | ManagedServiceIdentity |
位置 | 资源所在的地理位置 | string (必需) |
名字 | 资源名称 | 字符串 约束: 最小长度 = 3 最大长度 = 63 模式 = ^[a-z0-9][a-z0-9-]*[a-z0-9]$ (必需) |
性能 | 此资源的资源特定属性。 | InstanceProperties |
标签 | 资源标记 | 标记名称和值的字典。 请参阅模板 中的 |
SchemaRegistryRef
名字 | 描述 | 价值 |
---|---|---|
resourceId | 架构注册表的资源 ID。 | string (必需) |
TrackedResourceTags
名字 | 描述 | 价值 |
---|
UserAssignedIdentities
名字 | 描述 | 价值 |
---|
UserAssignedIdentity
名字 | 描述 | 价值 |
---|
ARM 模板资源定义
可以使用目标操作部署实例资源类型:
- 资源组 - 请参阅 资源组部署命令
有关每个 API 版本中已更改属性的列表,请参阅 更改日志。
资源格式
若要创建 Microsoft.IoTOperations/instances 资源,请将以下 JSON 添加到模板。
{
"type": "Microsoft.IoTOperations/instances",
"apiVersion": "2024-11-01",
"name": "string",
"extendedLocation": {
"name": "string",
"type": "string"
},
"identity": {
"type": "string",
"userAssignedIdentities": {
"{customized property}": {
}
}
},
"location": "string",
"properties": {
"description": "string",
"schemaRegistryRef": {
"resourceId": "string"
}
},
"tags": {
"{customized property}": "string"
}
}
属性值
ExtendedLocation
名字 | 描述 | 价值 |
---|---|---|
名字 | 扩展位置的名称。 | string (必需) |
类型 | ExtendedLocation 的类型。 | “CustomLocation”(必需) |
InstanceProperties
名字 | 描述 | 价值 |
---|---|---|
描述 | 实例的详细说明。 | 字符串 |
schemaRegistryRef | 对此 AIO 实例的架构注册表的引用。 | SchemaRegistryRef(必需) |
ManagedServiceIdentity
名字 | 描述 | 价值 |
---|---|---|
类型 | 托管服务标识的类型(其中允许 SystemAssigned 和 UserAssigned 类型)。 | “None” “SystemAssigned” “SystemAssigned,UserAssigned” “UserAssigned”(必需) |
userAssignedIdentities | 与资源关联的用户分配标识集。 userAssignedIdentities 字典密钥将为 ARM 资源 ID,格式为“/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}”。 字典值可以是请求中的空对象({})。 | UserAssignedIdentities |
Microsoft.IoTOperations/instances
名字 | 描述 | 价值 |
---|---|---|
apiVersion | API 版本 | '2024-11-01' |
extendedLocation | 资源的边缘位置。 | ExtendedLocation (必需) |
身份 | 分配给此资源的托管服务标识。 | ManagedServiceIdentity |
位置 | 资源所在的地理位置 | string (必需) |
名字 | 资源名称 | 字符串 约束: 最小长度 = 3 最大长度 = 63 模式 = ^[a-z0-9][a-z0-9-]*[a-z0-9]$ (必需) |
性能 | 此资源的资源特定属性。 | InstanceProperties |
标签 | 资源标记 | 标记名称和值的字典。 请参阅模板 中的 |
类型 | 资源类型 | “Microsoft.IoTOperations/instances” |
SchemaRegistryRef
名字 | 描述 | 价值 |
---|---|---|
resourceId | 架构注册表的资源 ID。 | string (必需) |
TrackedResourceTags
名字 | 描述 | 价值 |
---|
UserAssignedIdentities
名字 | 描述 | 价值 |
---|
UserAssignedIdentity
名字 | 描述 | 价值 |
---|
Terraform (AzAPI 提供程序)资源定义
可以使用目标操作部署实例资源类型:
- 资源组
有关每个 API 版本中已更改属性的列表,请参阅 更改日志。
资源格式
若要创建 Microsoft.IoTOperations/instances 资源,请将以下 Terraform 添加到模板。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.IoTOperations/instances@2024-11-01"
name = "string"
identity = {
type = "string"
userAssignedIdentities = {
{customized property} = {
}
}
}
location = "string"
tags = {
{customized property} = "string"
}
body = jsonencode({
extendedLocation = {
name = "string"
type = "string"
}
properties = {
description = "string"
schemaRegistryRef = {
resourceId = "string"
}
}
})
}
属性值
ExtendedLocation
名字 | 描述 | 价值 |
---|---|---|
名字 | 扩展位置的名称。 | string (必需) |
类型 | ExtendedLocation 的类型。 | “CustomLocation”(必需) |
InstanceProperties
名字 | 描述 | 价值 |
---|---|---|
描述 | 实例的详细说明。 | 字符串 |
schemaRegistryRef | 对此 AIO 实例的架构注册表的引用。 | SchemaRegistryRef(必需) |
ManagedServiceIdentity
名字 | 描述 | 价值 |
---|---|---|
类型 | 托管服务标识的类型(其中允许 SystemAssigned 和 UserAssigned 类型)。 | “None” “SystemAssigned” “SystemAssigned,UserAssigned” “UserAssigned”(必需) |
userAssignedIdentities | 与资源关联的用户分配标识集。 userAssignedIdentities 字典密钥将为 ARM 资源 ID,格式为“/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}”。 字典值可以是请求中的空对象({})。 | UserAssignedIdentities |
Microsoft.IoTOperations/instances
名字 | 描述 | 价值 |
---|---|---|
extendedLocation | 资源的边缘位置。 | ExtendedLocation (必需) |
身份 | 分配给此资源的托管服务标识。 | ManagedServiceIdentity |
位置 | 资源所在的地理位置 | string (必需) |
名字 | 资源名称 | 字符串 约束: 最小长度 = 3 最大长度 = 63 模式 = ^[a-z0-9][a-z0-9-]*[a-z0-9]$ (必需) |
性能 | 此资源的资源特定属性。 | InstanceProperties |
标签 | 资源标记 | 标记名称和值的字典。 |
类型 | 资源类型 | “Microsoft.IoTOperations/instances@2024-11-01” |
SchemaRegistryRef
名字 | 描述 | 价值 |
---|---|---|
resourceId | 架构注册表的资源 ID。 | string (必需) |
TrackedResourceTags
名字 | 描述 | 价值 |
---|
UserAssignedIdentities
名字 | 描述 | 价值 |
---|
UserAssignedIdentity
名字 | 描述 | 价值 |
---|