Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IotHubCapacity

Package version

IoT Hub capacity information.

Hierarchy

  • IotHubCapacity

Index

Properties

Optional default

default: undefined | number

The default number of units. NOTE: This property will not be serialized. It can only be populated by the server.

Optional maximum

maximum: undefined | number

The maximum number of units. NOTE: This property will not be serialized. It can only be populated by the server.

Optional minimum

minimum: undefined | number

The minimum number of units. NOTE: This property will not be serialized. It can only be populated by the server.

Optional scaleType

scaleType: IotHubScaleType

The type of the scaling enabled. Possible values include: 'Automatic', 'Manual', 'None' NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc