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

Resource Provider Common - Get Subscription Quota

获取订阅中的 iot 中心数
获取订阅中的免费和付费 IoT 中心的数量

GET https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.Devices/usages?api-version=2023-06-30

URI 参数

名称 必需 类型 说明
subscriptionId
path True

string

订阅标识符。

api-version
query True

string

API 的版本。

响应

名称 类型 说明
200 OK

UserSubscriptionQuotaListResult

确定

Other Status Codes

ErrorDetails

DefaultErrorResponse

安全性

azure_auth

Azure Active Directory OAuth2 流

类型: oauth2
流向: implicit
授权 URL: https://login.microsoftonline.com/common/oauth2/authorize

作用域

名称 说明
user_impersonation 模拟用户帐户

示例

ResourceProviderCommon_GetSubscriptionQuota

示例请求

GET https://management.azure.com/subscriptions/91d12660-3dec-467a-be2a-213b5544ddc0/providers/Microsoft.Devices/usages?api-version=2023-06-30

示例响应

{
  "value": [
    {
      "id": "/subscription/91d12660-3dec-467a-be2a-213b5544ddc0/providers/Microsoft.Devices/usages/freeHubCount",
      "type": "/subscription/91d12660-3dec-467a-be2a-213b5544ddc0/providers/Microsoft.Devices/usages",
      "unit": "count",
      "currentValue": 1,
      "limit": 1,
      "name": {
        "value": "FreeHubCount",
        "localizedValue": "Free Hub Count"
      }
    }
  ]
}

定义

名称 说明
ErrorDetails

错误详细信息。

Name

IoT 中心类型的名称

UserSubscriptionQuota

用户订阅配额响应

UserSubscriptionQuotaListResult

用户订阅配额响应的 Json 序列化数组

ErrorDetails

错误详细信息。

名称 类型 说明
code

string

错误代码。

details

string

错误详细信息。

httpStatusCode

string

HTTP 状态代码。

message

string

错误消息。

Name

IoT 中心类型的名称

名称 类型 说明
localizedValue

string

名称的本地化值

value

string

IotHub 类型

UserSubscriptionQuota

用户订阅配额响应

名称 类型 说明
currentValue

integer

IotHub 类型的当前数目

id

string

IotHub 类型 ID

limit

integer

IotHub 类型的数字限制

name

Name

IotHub 类型

type

string

响应类型

unit

string

IotHub 类型的单位

UserSubscriptionQuotaListResult

用户订阅配额响应的 Json 序列化数组

名称 类型 说明
nextLink

string

value

UserSubscriptionQuota[]

用户订阅配额响应