Iot Hub Resource - Get Valid Skus

IoT ハブの有効な SKU の一覧を取得します。

GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/IotHubs/{resourceName}/skus?api-version=2023-06-30

URI パラメーター

名前 / 必須 説明
resourceGroupName
path True

string

IoT ハブを含むリソース グループの名前。

resourceName
path True

string

IoT ハブの名前。

subscriptionId
path True

string

サブスクリプションの識別子です。

api-version
query True

string

API のバージョン。

応答

名前 説明
200 OK

IotHubSkuDescriptionListResult

これは同期操作です。 本文には、この IoT ハブの有効な SKU の JSON でシリアル化された配列が含まれています。

Other Status Codes

ErrorDetails

DefaultErrorResponse

セキュリティ

azure_auth

Azure Active Directory OAuth2 フロー

Type: oauth2
Flow: implicit
Authorization URL: https://login.microsoftonline.com/common/oauth2/authorize

Scopes

名前 説明
user_impersonation ユーザー アカウントの借用

IotHubResource_GetValidSkus

Sample Request

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

Sample Response

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

定義

名前 説明
ErrorDetails

エラーの詳細。

IotHubCapacity

容量情報をIoT Hubします。

IotHubScaleType

有効なスケーリングの種類。

IotHubSku

SKU の名前。

IotHubSkuDescription

SKU プロパティ。

IotHubSkuDescriptionListResult

次のリンクを含む IotHubSkuDescription オブジェクトの JSON でシリアル化された配列。

IotHubSkuInfo

IoT ハブの SKU に関する情報。

IotHubSkuTier

IoT ハブの課金レベル。

ErrorDetails

エラーの詳細。

名前 説明
code

string

エラー コード。

details

string

エラーの詳細です。

httpStatusCode

string

HTTP 状態コード。

message

string

エラー メッセージ。

IotHubCapacity

容量情報をIoT Hubします。

名前 説明
default

integer

既定の単位数。

maximum

integer

単位の最大数。

minimum

integer

最小単位数。

scaleType

IotHubScaleType

有効なスケーリングの種類。

IotHubScaleType

有効なスケーリングの種類。

名前 説明
Automatic

string

Manual

string

None

string

IotHubSku

SKU の名前。

名前 説明
B1

string

B2

string

B3

string

F1

string

S1

string

S2

string

S3

string

IotHubSkuDescription

SKU プロパティ。

名前 説明
capacity

IotHubCapacity

IotHub 容量

resourceType

string

リソースの型。

sku

IotHubSkuInfo

リソースの型。

IotHubSkuDescriptionListResult

次のリンクを含む IotHubSkuDescription オブジェクトの JSON でシリアル化された配列。

名前 説明
nextLink

string

次のリンク。

value

IotHubSkuDescription[]

IotHubSkuDescription の配列。

IotHubSkuInfo

IoT ハブの SKU に関する情報。

名前 説明
capacity

integer

プロビジョニングされたIoT Hubユニットの数。 https://docs.microsoft.com/azure/azure-subscription-service-limits#iot-hub-limits をご覧ください。

name

IotHubSku

SKU の名前。

tier

IotHubSkuTier

IoT ハブの課金レベル。

IotHubSkuTier

IoT ハブの課金レベル。

名前 説明
Basic

string

Free

string

Standard

string