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

Microsoft.DeviceUpdate 帐户 2020-03-01-preview

Bicep 资源定义

可以使用目标操作部署帐户资源类型:

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

资源格式

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

resource symbolicname 'Microsoft.DeviceUpdate/accounts@2020-03-01-preview' = {
  identity: {
    type: 'string'
    userAssignedIdentities: {
      {customized property}: {}
    }
  }
  location: 'string'
  name: 'string'
  properties: {
    privateEndpointConnections: [
      {
        properties: {
          groupIds: [
            'string'
          ]
          privateEndpoint: {}
          privateLinkServiceConnectionState: {
            actionsRequired: 'string'
            description: 'string'
            status: 'string'
          }
        }
      }
    ]
    publicNetworkAccess: 'string'
  }
  tags: {
    {customized property}: 'string'
  }
}

属性值

AccountProperties

名字 描述 价值
privateEndpointConnections 与帐户关联的专用终结点连接列表。 PrivateEndpointConnection[]
publicNetworkAccess 是否允许该帐户访问公共网络。 “Disabled”
“Enabled”

ManagedServiceIdentity

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

Microsoft.DeviceUpdate/accounts

名字 描述 价值
身份 用于资源的标识类型。 ManagedServiceIdentity
位置 资源所在的地理位置 string (必需)
名字 资源名称 字符串

约束:
最小长度 = 3
最大长度 = 3
模式 = ^[A-Za-z0-9]+(-[A-Za-z0-9]+)*$ (必需)
性能 设备更新帐户属性。 AccountProperties
标签 资源标记 标记名称和值的字典。 请参阅模板 中的 标记

PrivateEndpoint

名字 描述 价值

PrivateEndpointConnection

名字 描述 价值
性能 资源属性。 PrivateEndpointConnectionProperties(必需)

PrivateEndpointConnectionProperties

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

PrivateLinkServiceConnectionState

名字 描述 价值
actionsRequired 一条消息,指示服务提供商上的更改是否需要对使用者进行任何更新。 字符串
描述 批准/拒绝连接的原因。 字符串
地位 指示连接是否已被服务的所有者批准/拒绝/删除。 “已批准”
“Pending”
“已拒绝”

TrackedResourceTags

名字 描述 价值

UserAssignedIdentities

名字 描述 价值

UserAssignedIdentity

名字 描述 价值

快速入门示例

以下快速入门示例部署此资源类型。

Bicep 文件 描述
为 IoT 中心帐户创建设备更新 此模板创建一个帐户,该帐户提供公共 DNS 记录,并允许对数据平面进行 REST API 调用。 然后,用户需要在帐户下创建一个实例,并将其与 IoT 中心链接以开始使用该服务。
为 IoT 中心帐户、实例、IoT 中心 创建设备更新 此模板创建一个帐户和一个实例和一个用于链接实例的中心。 它使用必要的访问策略、路由和使用者组配置中心。

ARM 模板资源定义

可以使用目标操作部署帐户资源类型:

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

资源格式

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

{
  "type": "Microsoft.DeviceUpdate/accounts",
  "apiVersion": "2020-03-01-preview",
  "name": "string",
  "identity": {
    "type": "string",
    "userAssignedIdentities": {
      "{customized property}": {
      }
    }
  },
  "location": "string",
  "properties": {
    "privateEndpointConnections": [
      {
        "properties": {
          "groupIds": [ "string" ],
          "privateEndpoint": {
          },
          "privateLinkServiceConnectionState": {
            "actionsRequired": "string",
            "description": "string",
            "status": "string"
          }
        }
      }
    ],
    "publicNetworkAccess": "string"
  },
  "tags": {
    "{customized property}": "string"
  }
}

属性值

AccountProperties

名字 描述 价值
privateEndpointConnections 与帐户关联的专用终结点连接列表。 PrivateEndpointConnection[]
publicNetworkAccess 是否允许该帐户访问公共网络。 “Disabled”
“Enabled”

ManagedServiceIdentity

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

Microsoft.DeviceUpdate/accounts

名字 描述 价值
apiVersion API 版本 '2020-03-01-preview'
身份 用于资源的标识类型。 ManagedServiceIdentity
位置 资源所在的地理位置 string (必需)
名字 资源名称 字符串

约束:
最小长度 = 3
最大长度 = 3
模式 = ^[A-Za-z0-9]+(-[A-Za-z0-9]+)*$ (必需)
性能 设备更新帐户属性。 AccountProperties
标签 资源标记 标记名称和值的字典。 请参阅模板 中的 标记
类型 资源类型 “Microsoft.DeviceUpdate/accounts”

PrivateEndpoint

名字 描述 价值

PrivateEndpointConnection

名字 描述 价值
性能 资源属性。 PrivateEndpointConnectionProperties(必需)

PrivateEndpointConnectionProperties

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

PrivateLinkServiceConnectionState

名字 描述 价值
actionsRequired 一条消息,指示服务提供商上的更改是否需要对使用者进行任何更新。 字符串
描述 批准/拒绝连接的原因。 字符串
地位 指示连接是否已被服务的所有者批准/拒绝/删除。 “已批准”
“Pending”
“已拒绝”

TrackedResourceTags

名字 描述 价值

UserAssignedIdentities

名字 描述 价值

UserAssignedIdentity

名字 描述 价值

快速入门模板

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

模板 描述
为 IoT 中心帐户创建设备更新

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

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

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

可以使用目标操作部署帐户资源类型:

  • 资源组

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

资源格式

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

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.DeviceUpdate/accounts@2020-03-01-preview"
  name = "string"
  identity = {
    type = "string"
    userAssignedIdentities = {
      {customized property} = {
      }
    }
  }
  location = "string"
  tags = {
    {customized property} = "string"
  }
  body = jsonencode({
    properties = {
      privateEndpointConnections = [
        {
          properties = {
            groupIds = [
              "string"
            ]
            privateEndpoint = {
            }
            privateLinkServiceConnectionState = {
              actionsRequired = "string"
              description = "string"
              status = "string"
            }
          }
        }
      ]
      publicNetworkAccess = "string"
    }
  })
}

属性值

AccountProperties

名字 描述 价值
privateEndpointConnections 与帐户关联的专用终结点连接列表。 PrivateEndpointConnection[]
publicNetworkAccess 是否允许该帐户访问公共网络。 “Disabled”
“Enabled”

ManagedServiceIdentity

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

Microsoft.DeviceUpdate/accounts

名字 描述 价值
身份 用于资源的标识类型。 ManagedServiceIdentity
位置 资源所在的地理位置 string (必需)
名字 资源名称 字符串

约束:
最小长度 = 3
最大长度 = 3
模式 = ^[A-Za-z0-9]+(-[A-Za-z0-9]+)*$ (必需)
性能 设备更新帐户属性。 AccountProperties
标签 资源标记 标记名称和值的字典。
类型 资源类型 “Microsoft.DeviceUpdate/accounts@2020-03-01-preview”

PrivateEndpoint

名字 描述 价值

PrivateEndpointConnection

名字 描述 价值
性能 资源属性。 PrivateEndpointConnectionProperties(必需)

PrivateEndpointConnectionProperties

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

PrivateLinkServiceConnectionState

名字 描述 价值
actionsRequired 一条消息,指示服务提供商上的更改是否需要对使用者进行任何更新。 字符串
描述 批准/拒绝连接的原因。 字符串
地位 指示连接是否已被服务的所有者批准/拒绝/删除。 “已批准”
“Pending”
“已拒绝”

TrackedResourceTags

名字 描述 价值

UserAssignedIdentities

名字 描述 价值

UserAssignedIdentity

名字 描述 价值