你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IotHubProperties 类

IoT 中心的属性。

变量仅由服务器填充,发送请求时将被忽略。

继承
azure.mgmt.iothub._serialization.Model
IotHubProperties

构造函数

IotHubProperties(*, authorization_policies: List[_models.SharedAccessSignatureAuthorizationRule] | None = None, ip_filter_rules: List[_models.IpFilterRule] | None = None, event_hub_endpoints: Dict[str, _models.EventHubProperties] | None = None, routing: _models.RoutingProperties | None = None, storage_endpoints: Dict[str, _models.StorageEndpointProperties] | None = None, messaging_endpoints: Dict[str, _models.MessagingEndpointProperties] | None = None, enable_file_upload_notifications: bool | None = None, cloud_to_device: _models.CloudToDeviceProperties | None = None, comments: str | None = None, operations_monitoring_properties: _models.OperationsMonitoringProperties | None = None, features: str | _models.Capabilities | None = None, **kwargs: Any)

仅限关键字的参数

名称 说明
authorization_policies

可用于保护与 IoT 中心的连接的共享访问策略。

ip_filter_rules

IP 筛选器规则。

event_hub_endpoints

与事件中心兼容的终结点属性。 此字典的可能键是事件和 operationsMonitoringEvents。 在对 IoT 中心进行创建或更新调用时,这两个键都必须存在于字典中。

routing

IoT 中心的路由相关属性。 请参阅 https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-messaging

storage_endpoints

可在其中上传文件的 Azure 存储终结点列表。 目前只能配置一个 Azure 存储帐户,并且该帐户必须将其密钥作为$default。 指定多个存储帐户会导致引发错误。 当 enableFileUploadNotifications 属性设置为 True 时,不指定此属性的值会导致引发错误。

messaging_endpoints

文件上传通知队列的消息传送终结点属性。

enable_file_upload_notifications

如果为 True,则启用文件上传通知。

cloud_to_device

IoT 中心云到设备的消息传送属性。

comments
str

IoT 中心注释。

operations_monitoring_properties

IoT 中心的操作监视属性。 字典的可能键是 Connections、DeviceTelemetry、C2DCommands、DeviceIdentityOperations、FileUploadOperations、Routes、D2CTwinOperations、C2DTwinOperations、TwinQueries、JobsOperations、DirectMethods。

features

为 IoT 中心启用的功能和特性。 已知值为:“None”和“DeviceManagement”。

变量

名称 说明
authorization_policies

可用于保护与 IoT 中心的连接的共享访问策略。

ip_filter_rules

IP 筛选器规则。

provisioning_state
str

预配状态。

state
str

中心状态。

host_name
str

主机的名称。

event_hub_endpoints

与事件中心兼容的终结点属性。 此字典的可能键是事件和 operationsMonitoringEvents。 在对 IoT 中心进行创建或更新调用时,这两个键都必须存在于字典中。

routing

IoT 中心的路由相关属性。 请参阅 https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-messaging

storage_endpoints

可在其中上传文件的 Azure 存储终结点列表。 目前只能配置一个 Azure 存储帐户,并且该帐户必须将其密钥作为$default。 指定多个存储帐户会导致引发错误。 当 enableFileUploadNotifications 属性设置为 True 时,不指定此属性的值会导致引发错误。

messaging_endpoints

文件上传通知队列的消息传送终结点属性。

enable_file_upload_notifications

如果为 True,则启用文件上传通知。

cloud_to_device

IoT 中心云到设备的消息传送属性。

comments
str

IoT 中心注释。

operations_monitoring_properties

IoT 中心的操作监视属性。 字典的可能键是 Connections、DeviceTelemetry、C2DCommands、DeviceIdentityOperations、FileUploadOperations、Routes、D2CTwinOperations、C2DTwinOperations、TwinQueries、JobsOperations、DirectMethods。

features

为 IoT 中心启用的功能和特性。 已知值为:“None”和“DeviceManagement”。