Iot Hub Resource - Get Valid Skus
Obtenez la liste des références SKU valides pour un hub IoT.
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/IotHubs/{resourceName}/skus?api-version=2023-06-30
Paramètres URI
Nom | Dans | Obligatoire | Type | Description |
---|---|---|---|---|
resource
|
path | True |
string |
Nom du groupe de ressources qui contient le hub IoT. |
resource
|
path | True |
string |
Nom du hub IoT. |
subscription
|
path | True |
string |
Identificateur de l’abonnement. |
api-version
|
query | True |
string |
Version de l’API. |
Réponses
Nom | Type | Description |
---|---|---|
200 OK |
Il s’agit d’une opération synchrone. Le corps contient un tableau sérialisé JSON des références SKU valides pour ce hub IoT. |
|
Other Status Codes |
DefaultErrorResponse |
Sécurité
azure_auth
Flux OAuth2 Azure Active Directory
Type:
oauth2
Flux:
implicit
URL d’autorisation:
https://login.microsoftonline.com/common/oauth2/authorize
Étendues
Nom | Description |
---|---|
user_impersonation | Emprunter l’identité de votre compte d’utilisateur |
Exemples
IotHubResource_GetValidSkus
Exemple de requête
Exemple de réponse
{
"value": [
{
"resourceType": "Microsoft.Devices/IotHubs",
"sku": {
"name": "S1",
"tier": "Standard"
},
"capacity": {
"default": 1,
"scaleType": "Manual"
}
},
{
"resourceType": "Microsoft.Devices/IotHubs",
"sku": {
"name": "S2",
"tier": "Standard"
},
"capacity": {
"minimum": 1,
"maximum": 200,
"default": 1,
"scaleType": "Manual"
}
},
{
"resourceType": "Microsoft.Devices/IotHubs",
"sku": {
"name": "S3",
"tier": "Standard"
},
"capacity": {
"minimum": 1,
"maximum": 10,
"default": 1,
"scaleType": "Manual"
}
}
]
}
Définitions
Nom | Description |
---|---|
Error |
Détails de l’erreur. |
Iot |
IoT Hub informations sur la capacité. |
Iot |
Type de la mise à l’échelle activée. |
Iot |
Nom de la référence SKU. |
Iot |
Propriétés de la référence SKU. |
Iot |
Tableau sérialisé JSON d’objets IotHubSkuDescription avec un lien suivant. |
Iot |
Informations sur la référence SKU du hub IoT. |
Iot |
Niveau de facturation du hub IoT. |
ErrorDetails
Détails de l’erreur.
Nom | Type | Description |
---|---|---|
code |
string |
Code d'erreur. |
details |
string |
Détails de l’erreur. |
httpStatusCode |
string |
Code d’état HTTP. |
message |
string |
Message d’erreur. |
IotHubCapacity
IoT Hub informations sur la capacité.
Nom | Type | Description |
---|---|---|
default |
integer |
Nombre d’unités par défaut. |
maximum |
integer |
Nombre maximal d’unités. |
minimum |
integer |
Nombre minimal d’unités. |
scaleType |
Type de la mise à l’échelle activée. |
IotHubScaleType
Type de la mise à l’échelle activée.
Nom | Type | Description |
---|---|---|
Automatic |
string |
|
Manual |
string |
|
None |
string |
IotHubSku
Nom de la référence SKU.
Nom | Type | Description |
---|---|---|
B1 |
string |
|
B2 |
string |
|
B3 |
string |
|
F1 |
string |
|
S1 |
string |
|
S2 |
string |
|
S3 |
string |
IotHubSkuDescription
Propriétés de la référence SKU.
Nom | Type | Description |
---|---|---|
capacity |
Capacité IotHub |
|
resourceType |
string |
Type de la ressource. |
sku |
Type de la ressource. |
IotHubSkuDescriptionListResult
Tableau sérialisé JSON d’objets IotHubSkuDescription avec un lien suivant.
Nom | Type | Description |
---|---|---|
nextLink |
string |
Lien suivant. |
value |
Tableau de IotHubSkuDescription. |
IotHubSkuInfo
Informations sur la référence SKU du hub IoT.
Nom | Type | Description |
---|---|---|
capacity |
integer |
Nombre d’unités IoT Hub approvisionnées. Voir https://docs.microsoft.com/azure/azure-subscription-service-limits#iot-hub-limits. |
name |
Nom de la référence SKU. |
|
tier |
Niveau de facturation du hub IoT. |
IotHubSkuTier
Niveau de facturation du hub IoT.
Nom | Type | Description |
---|---|---|
Basic |
string |
|
Free |
string |
|
Standard |
string |