IotHubDefinitionDescription interface
Description of the IoT hub.
Properties
allocation |
weight to apply for a given iot h. |
apply |
flag for applying allocationPolicy or not for a given iot hub. |
connection |
Connection string of the IoT hub. |
location | ARM region of the IoT hub. |
name | Host name of the IoT hub. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
allocationWeight
weight to apply for a given iot h.
allocationWeight?: number
Property Value
number
applyAllocationPolicy
flag for applying allocationPolicy or not for a given iot hub.
applyAllocationPolicy?: boolean
Property Value
boolean
connectionString
Connection string of the IoT hub.
connectionString: string
Property Value
string
location
ARM region of the IoT hub.
location: string
Property Value
string
name
Host name of the IoT hub. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string