resource_provider_common_subscription_quotas
Creates, updates, deletes, gets or lists a resource_provider_common_subscription_quotas
resource.
Overview
Name | resource_provider_common_subscription_quotas |
Type | Resource |
Id | azure.iot_hub.resource_provider_common_subscription_quotas |
Fields
Name | Datatype | Description |
---|---|---|
id | string | IotHub type id |
name | object | Name of Iot Hub type |
currentValue | integer | Current number of IotHub type |
limit | integer | Numerical limit on IotHub type |
type | string | Response type |
unit | string | Unit of IotHub type |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | subscriptionId | Get the number of free and paid iot hubs in the subscription |
SELECT
examples
Get the number of free and paid iot hubs in the subscription
SELECT
id,
name,
currentValue,
limit,
type,
unit
FROM azure.iot_hub.resource_provider_common_subscription_quotas
WHERE subscriptionId = '{{ subscriptionId }}';