Dela via


Resource Provider Common - Get Subscription Quota

Hämta antalet iot-hubbar i prenumerationen
Hämta antalet kostnadsfria och betalda iot-hubbar i prenumerationen

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

URI-parametrar

Name I Obligatorisk Typ Description
subscriptionId
path True

string

Prenumerationsidentifieraren.

api-version
query True

string

Versionen av API:et.

Svar

Name Typ Description
200 OK

UserSubscriptionQuotaListResult

OK

Other Status Codes

ErrorDetails

DefaultErrorResponse

Säkerhet

azure_auth

Azure Active Directory OAuth2 Flow

Typ: oauth2
Flow: implicit
Auktoriseringswebbadress: https://login.microsoftonline.com/common/oauth2/authorize

Omfattningar

Name Description
user_impersonation personifiera ditt användarkonto

Exempel

ResourceProviderCommon_GetSubscriptionQuota

Exempelbegäran

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

Exempelsvar

{
  "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"
      }
    }
  ]
}

Definitioner

Name Description
ErrorDetails

Felinformation.

Name

Namn på Iot Hub-typ

UserSubscriptionQuota

Svar på kvot för användarprenumeration

UserSubscriptionQuotaListResult

Json-serialiserad matris med kvotsvar för användarprenumeration

ErrorDetails

Felinformation.

Name Typ Description
code

string

Felkoden.

details

string

Felinformationen.

httpStatusCode

string

HTTP-statuskoden.

message

string

Felmeddelandet.

Name

Namn på Iot Hub-typ

Name Typ Description
localizedValue

string

Lokaliserat namnvärde

value

string

IotHub-typ

UserSubscriptionQuota

Svar på kvot för användarprenumeration

Name Typ Description
currentValue

integer

Aktuellt antal IotHub-typer

id

string

IotHub-typ-ID

limit

integer

Numerisk gräns för IotHub-typ

name

Name

IotHub-typ

type

string

Svarstyp

unit

string

Enhet av IotHub-typ

UserSubscriptionQuotaListResult

Json-serialiserad matris med kvotsvar för användarprenumeration

Name Typ Description
nextLink

string

value

UserSubscriptionQuota[]

Svar på kvot för användarprenumeration