你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Microsoft。DeviceUpdate 帐户

Bicep 资源定义

可将帐户资源类型部署到:

有关每个 API 版本中更改的属性的列表,请参阅 更改日志

资源格式

创建Microsoft。DeviceUpdate/accounts 资源,将以下 Bicep 添加到模板。

resource symbolicname 'Microsoft.DeviceUpdate/accounts@2022-12-01-preview' = {
  name: 'string'
  location: 'string'
  tags: {
    tagName1: 'tagValue1'
    tagName2: 'tagValue2'
  }
  identity: {
    type: 'string'
    userAssignedIdentities: {}
  }
  properties: {
    encryption: {
      keyVaultKeyUri: 'string'
      userAssignedIdentity: 'string'
    }
    privateEndpointConnections: [
      {
        properties: {
          groupIds: [
            'string'
          ]
          privateEndpoint: {}
          privateLinkServiceConnectionState: {
            actionsRequired: 'string'
            description: 'string'
            status: 'string'
          }
        }
      }
    ]
    publicNetworkAccess: 'string'
    sku: 'string'
  }
}

属性值

accounts

名称 说明
name 资源名称 字符串 (必需)
location 资源所在的地理位置 字符串 (必需)
标记 资源标记。 标记名称和值的字典。 请参阅 模板中的标记
identity 用于资源的标识类型。 ManagedServiceIdentity
properties 设备更新帐户属性。 AccountProperties

ManagedServiceIdentity

名称 说明 Value
type 托管服务标识的类型 (其中允许 systemAssigned 和 UserAssigned 类型) 。 “None”
“SystemAssigned”
“SystemAssigned,UserAssigned”
“UserAssigned” (必需)
userAssignedIdentities 与资源关联的用户分配标识集。 userAssignedIdentities 字典密钥将采用 ARM 资源 ID,格式为:'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft。ManagedIdentity/userAssignedIdentities/{identityName}。 字典值可以是请求中 ({}) 的空对象。 对象

AccountProperties

名称 说明 Value
加密 CMK 静态加密属性 加密
专用终结点 与帐户关联的专用终结点连接列表。 PrivateEndpointConnection[]
publicNetworkAccess 是否允许该帐户访问公用网络。 “Disabled”
“已启用”
sku 设备更新 SKU “免费”
“Standard”

加密

名称 说明 Value
keyVaultKeyUri 密钥保管库的 URI 字符串
userAssignedIdentity 要用于密钥保管库访问的用户分配标识的完整 resourceId。 还必须将标识分配给帐户 字符串

PrivateEndpointConnection

名称 说明 Value
properties 资源属性。 PrivateEndpointConnectionProperties (必需)

PrivateEndpointConnectionProperties

名称 说明 Value
groupIds 组 ID 的数组。 string[]
privateEndpoint 专用终结点的资源。 PrivateEndpoint
privateLinkServiceConnectionState 有关服务使用者与提供程序之间的连接状态的信息集合。 PrivateLinkServiceConnectionState (必需)

PrivateEndpoint

此对象不包含部署期间要设置的任何属性。 所有属性均为 ReadOnly。

PrivateLinkServiceConnectionState

名称 说明
actionsRequired 一条消息,指示服务提供商的更改是否需要对使用者进行任何更新。 字符串
description 批准/拒绝连接的原因。 字符串
status 指示连接是否已由服务的所有者批准/拒绝/删除。 “已批准”
'Pending'
“Rejected”

快速入门模板

以下快速入门模板部署此资源类型。

模板 说明
为IoT 中心帐户创建设备更新

部署到 Azure
此模板创建一个帐户,该帐户提供公共 DNS 记录并允许对数据平面进行 REST API 调用。 然后,用户需要在帐户下创建一个实例,并将其与IoT 中心链接,以开始使用该服务。
为IoT 中心帐户、实例IoT 中心创建设备更新

部署到 Azure
此模板创建一个帐户、一个实例和一个用于链接该实例的中心。 它使用必要的访问策略、路由和使用者组配置中心。

ARM 模板资源定义

帐户资源类型可以部署到:

有关每个 API 版本中已更改属性的列表,请参阅 更改日志

资源格式

创建Microsoft。DeviceUpdate/accounts 资源,将以下 JSON 添加到模板。

{
  "type": "Microsoft.DeviceUpdate/accounts",
  "apiVersion": "2022-12-01-preview",
  "name": "string",
  "location": "string",
  "tags": {
    "tagName1": "tagValue1",
    "tagName2": "tagValue2"
  },
  "identity": {
    "type": "string",
    "userAssignedIdentities": {}
  },
  "properties": {
    "encryption": {
      "keyVaultKeyUri": "string",
      "userAssignedIdentity": "string"
    },
    "privateEndpointConnections": [
      {
        "properties": {
          "groupIds": [ "string" ],
          "privateEndpoint": {},
          "privateLinkServiceConnectionState": {
            "actionsRequired": "string",
            "description": "string",
            "status": "string"
          }
        }
      }
    ],
    "publicNetworkAccess": "string",
    "sku": "string"
  }
}

属性值

accounts

名称 说明 Value
type 资源类型 'Microsoft.DeviceUpdate/accounts'
apiVersion 资源 API 版本 “2022-12-01-preview”
name 资源名称 字符串 (必需)
location 资源所在的地理位置 字符串 (必需)
标记 资源标记。 标记名称和值的字典。 请参阅 模板中的标记
identity 用于资源的标识类型。 ManagedServiceIdentity
properties 设备更新帐户属性。 AccountProperties

ManagedServiceIdentity

名称 说明 Value
type ) 允许 SystemAssigned 和 UserAssigned 类型的托管服务标识 (的类型。 “None”
“SystemAssigned”
“SystemAssigned,UserAssigned”
“UserAssigned” (必需)
userAssignedIdentities 与资源关联的用户分配标识集。 userAssignedIdentities 字典密钥将是 ARM 资源 ID,格式为:'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft。ManagedIdentity/userAssignedIdentities/{identityName}。 字典值可以是请求中) ({} 空对象。 对象

AccountProperties

名称 说明
加密 CMK 静态加密属性 加密
专用终结点 与帐户关联的专用终结点连接列表。 PrivateEndpointConnection[]
publicNetworkAccess 是否允许该帐户访问公用网络。 'Disabled'
'Enabled'
sku 设备更新 SKU “免费”
'Standard'

加密

名称 说明
keyVaultKeyUri 密钥保管库的 URI 字符串
userAssignedIdentity 要用于密钥保管库访问的用户分配标识的完整 resourceId。 还必须将标识分配给帐户 字符串

PrivateEndpointConnection

名称 说明
properties 资源属性。 PrivateEndpointConnectionProperties (必需)

PrivateEndpointConnectionProperties

名称 说明
groupIds 组 ID 的数组。 string[]
privateEndpoint 专用终结点的资源。 PrivateEndpoint
privateLinkServiceConnectionState 有关服务使用者与提供程序之间的连接状态的信息集合。 PrivateLinkServiceConnectionState (必需)

PrivateEndpoint

此对象不包含在部署期间要设置的任何属性。 所有属性均为 ReadOnly。

PrivateLinkServiceConnectionState

名称 说明
actionsRequired 一条消息,指示服务提供商的更改是否需要对使用者进行任何更新。 字符串
description 批准/拒绝连接的原因。 字符串
status 指示连接是否已由服务的所有者批准/拒绝/删除。 “已批准”
“挂起”
“Rejected”

快速入门模板

以下快速入门模板部署此资源类型。

模板 说明
为IoT 中心帐户创建设备更新

部署到 Azure
此模板创建一个帐户,该帐户提供公共 DNS 记录,并允许对数据平面进行 REST API 调用。 然后,用户需要在帐户下创建一个实例,并将其与IoT 中心链接,以开始使用该服务。
为IoT 中心帐户、实例IoT 中心创建设备更新

部署到 Azure
此模板创建一个帐户,以及一个实例和一个用于链接实例的中心。 它使用必要的访问策略、路由和使用者组配置中心。

Terraform (AzAPI 提供程序) 资源定义

可将帐户资源类型部署到:

  • 资源组

有关每个 API 版本中更改的属性的列表,请参阅 更改日志

资源格式

创建Microsoft。DeviceUpdate/accounts 资源,将以下 Terraform 添加到模板。

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.DeviceUpdate/accounts@2022-12-01-preview"
  name = "string"
  location = "string"
  parent_id = "string"
  tags = {
    tagName1 = "tagValue1"
    tagName2 = "tagValue2"
  }
  identity {
    type = "string"
    identity_ids = []
  }
  body = jsonencode({
    properties = {
      encryption = {
        keyVaultKeyUri = "string"
        userAssignedIdentity = "string"
      }
      privateEndpointConnections = [
        {
          properties = {
            groupIds = [
              "string"
            ]
            privateEndpoint = {}
            privateLinkServiceConnectionState = {
              actionsRequired = "string"
              description = "string"
              status = "string"
            }
          }
        }
      ]
      publicNetworkAccess = "string"
      sku = "string"
    }
  })
}

属性值

accounts

名称 说明 Value
type 资源类型 “Microsoft。DeviceUpdate/accounts@2022-12-01-preview”
name 资源名称 字符串 (必需)
location 资源所在的地理位置 字符串 (必需)
parent_id 若要部署到资源组,请使用该资源组的 ID。 字符串 (必需)
标记 资源标记。 标记名称和值的字典。
identity 用于资源的标识类型。 ManagedServiceIdentity
properties 设备更新帐户属性。 AccountProperties

ManagedServiceIdentity

名称 说明 Value
type 托管服务标识的类型 (其中允许 systemAssigned 和 UserAssigned 类型) 。 “SystemAssigned”
“SystemAssigned,UserAssigned”
“UserAssigned” (必需)
identity_ids 与资源关联的用户分配标识集。 userAssignedIdentities 字典密钥将采用 ARM 资源 ID,格式为:'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft。ManagedIdentity/userAssignedIdentities/{identityName}。 字典值可以是请求中 ({}) 的空对象。 用户标识 ID 数组。

AccountProperties

名称 说明
加密 CMK 静态加密属性 加密
专用终结点 与帐户关联的专用终结点连接列表。 PrivateEndpointConnection[]
publicNetworkAccess 是否允许该帐户访问公用网络。 “Disabled”
“已启用”
sku 设备更新 SKU "Free"
“标准”

加密

名称 说明
keyVaultKeyUri 密钥保管库的 URI 字符串
userAssignedIdentity 要用于密钥保管库访问的用户分配标识的完整 resourceId。 还必须将标识分配给帐户 字符串

PrivateEndpointConnection

名称 说明
properties 资源属性。 PrivateEndpointConnectionProperties (必需)

PrivateEndpointConnectionProperties

名称 说明 Value
groupIds 组 ID 的数组。 string[]
privateEndpoint 专用终结点的资源。 PrivateEndpoint
privateLinkServiceConnectionState 有关服务使用者与提供程序之间的连接状态的信息集合。 PrivateLinkServiceConnectionState (必需)

PrivateEndpoint

此对象不包含在部署期间要设置的任何属性。 所有属性均为 ReadOnly。

PrivateLinkServiceConnectionState

名称 说明
actionsRequired 一条消息,指示服务提供商的更改是否需要对使用者进行任何更新。 字符串
description 批准/拒绝连接的原因。 字符串
status 指示连接是否已由服务的所有者批准/拒绝/删除。 “已批准”
“挂起”
“已拒绝”