IotHubCapacity interface
IoT Hub capacity information.
Properties
default | The default number of units. NOTE: This property will not be serialized. It can only be populated by the server. |
maximum | The maximum number of units. NOTE: This property will not be serialized. It can only be populated by the server. |
minimum | The minimum number of units. NOTE: This property will not be serialized. It can only be populated by the server. |
scale |
The type of the scaling enabled. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
default
The default number of units. NOTE: This property will not be serialized. It can only be populated by the server.
default?: number
Property Value
number
maximum
The maximum number of units. NOTE: This property will not be serialized. It can only be populated by the server.
maximum?: number
Property Value
number
minimum
The minimum number of units. NOTE: This property will not be serialized. It can only be populated by the server.
minimum?: number
Property Value
number
scaleType
The type of the scaling enabled. NOTE: This property will not be serialized. It can only be populated by the server.
scaleType?: IotHubScaleType