1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
from . import _Azure
class _Iot(_Azure):
_type = "iot"
_icon_dir = "resources/azure/iot"
class DeviceProvisioningServices(_Iot):
_icon = "device-provisioning-services.png"
class DigitalTwins(_Iot):
_icon = "digital-twins.png"
class IotCentralApplications(_Iot):
_icon = "iot-central-applications.png"
class IotHubSecurity(_Iot):
_icon = "iot-hub-security.png"
class IotHub(_Iot):
_icon = "iot-hub.png"
class Maps(_Iot):
_icon = "maps.png"
class Sphere(_Iot):
_icon = "sphere.png"
class TimeSeriesInsightsEnvironments(_Iot):
_icon = "time-series-insights-environments.png"
class TimeSeriesInsightsEventsSources(_Iot):
_icon = "time-series-insights-events-sources.png"
class Windows10IotCoreServices(_Iot):
_icon = "windows-10-iot-core-services.png"
# Aliases
|