Skip to main content

resource_provider_common_subscription_quotas

Creates, updates, deletes, gets or lists a resource_provider_common_subscription_quotas resource.

Overview

Nameresource_provider_common_subscription_quotas
TypeResource
Idazure.iot_hub.resource_provider_common_subscription_quotas

Fields

NameDatatypeDescription
idstringIotHub type id
nameobjectName of Iot Hub type
currentValueintegerCurrent number of IotHub type
limitintegerNumerical limit on IotHub type
typestringResponse type
unitstringUnit of IotHub type

Methods

NameAccessible byRequired ParamsDescription
getSELECTsubscriptionIdGet 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 }}';