NetworkRuleSets interface

Network Rule Set Properties of this IoT Central application.

Properties

applyToDevices

Whether these rules apply for device connectivity to IoT Hub and Device Provisioning service associated with this application.

applyToIoTCentral

Whether these rules apply for connectivity via IoT Central web portal and APIs.

defaultAction

The default network action to apply.

ipRules

List of IP rules.

Property Details

applyToDevices

Whether these rules apply for device connectivity to IoT Hub and Device Provisioning service associated with this application.

applyToDevices?: boolean

Property Value

boolean

applyToIoTCentral

Whether these rules apply for connectivity via IoT Central web portal and APIs.

applyToIoTCentral?: boolean

Property Value

boolean

defaultAction

The default network action to apply.

defaultAction?: string

Property Value

string

ipRules

List of IP rules.

ipRules?: NetworkRuleSetIpRule[]

Property Value