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

IotHubOperations 类

警告

请勿直接实例化此类。

相反,应通过以下方式访问以下操作:

IotHubClient's

<xref:iot_hub> 属性。

继承
builtins.object
IotHubOperations

构造函数

IotHubOperations(*args, **kwargs)

方法

begin_manual_failover

手动启动IoT 中心到其次要区域的故障转移。

手动启动IoT 中心到其次要区域的故障转移。 若要了解详细信息,请参阅 https://aka.ms/manualfailover

begin_manual_failover

手动启动IoT 中心到其次要区域的故障转移。

手动启动IoT 中心到其次要区域的故障转移。 若要了解详细信息,请参阅 https://aka.ms/manualfailover

begin_manual_failover(iot_hub_name: str, resource_group_name: str, failover_input: _models.FailoverInput, *, content_type: str = 'application/json', **kwargs: Any) -> LROPoller[None]

参数

iot_hub_name
str
必需

要故障转移的 IoT 中心的名称。 必需。

resource_group_name
str
必需

包含 IoT 中心资源的资源组的名称。 必需。

failover_input
FailoverInputIO
必需

要故障转移到的区域。 必须是 Azure 配对区域。 从位置属性中的辅助位置获取值。 若要了解详细信息,请参阅 https://aka.ms/manualfailover/region。 是 FailoverInput 类型或 IO 类型。 必需。

content_type
str

Body 参数内容类型。 已知值为:“application/json”。 默认值为 None。

cls
callable

将传递直接响应的自定义类型或函数

continuation_token
str

用于从保存状态重启轮询的继续标记。

polling
boolPollingMethod

默认情况下,轮询方法将为 ARMPolling。 将此操作传入 False 以不进行轮询,或为个人轮询策略传入你自己的初始化轮询对象。

polling_interval
int

如果没有Retry-After标头,则 LRO 操作的两次轮询之间的默认等待时间。

返回

LROPoller 的实例,返回 None 或 cls 的结果 (响应)

返回类型

例外

属性

models

models = <module 'azure.mgmt.iothub.v2022_11_15_preview.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.11.7\\x64\\Lib\\site-packages\\azure\\mgmt\\iothub\\v2022_11_15_preview\\models\\__init__.py'>