你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IotHub interface
表示 IotHub 的接口。
方法
begin |
手动启动IoT 中心到其次要区域的故障转移。 若要了解更多信息,请参阅 https://aka.ms/manualfailover |
begin |
手动启动IoT 中心到其次要区域的故障转移。 若要了解更多信息,请参阅 https://aka.ms/manualfailover |
方法详细信息
beginManualFailover(string, string, FailoverInput, IotHubManualFailoverOptionalParams)
手动启动IoT 中心到其次要区域的故障转移。 若要了解更多信息,请参阅 https://aka.ms/manualfailover
function beginManualFailover(iotHubName: string, resourceGroupName: string, failoverInput: FailoverInput, options?: IotHubManualFailoverOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
参数
- iotHubName
-
string
要故障转移的 IoT 中心的名称
- resourceGroupName
-
string
包含 IoT 中心资源的资源组的名称
- failoverInput
- FailoverInput
要故障转移到的区域。 必须是 Azure 配对区域。 从位置属性中的辅助位置获取值。 若要了解更多信息,请参阅 https://aka.ms/manualfailover/region
选项参数。
返回
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginManualFailoverAndWait(string, string, FailoverInput, IotHubManualFailoverOptionalParams)
手动启动IoT 中心到其次要区域的故障转移。 若要了解更多信息,请参阅 https://aka.ms/manualfailover
function beginManualFailoverAndWait(iotHubName: string, resourceGroupName: string, failoverInput: FailoverInput, options?: IotHubManualFailoverOptionalParams): Promise<void>
参数
- iotHubName
-
string
要故障转移的 IoT 中心的名称
- resourceGroupName
-
string
包含 IoT 中心资源的资源组的名称
- failoverInput
- FailoverInput
要故障转移到的区域。 必须是 Azure 配对区域。 从位置属性中的辅助位置获取值。 若要了解更多信息,请参阅 https://aka.ms/manualfailover/region
选项参数。
返回
Promise<void>