Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Generated from 8ba1b37d546301bfa449e51717b855a2461b3ac2
Update specification/iothub/resource-manager/Microsoft.Devices/stable/2019-03-22/iothub.json

Co-Authored-By: John Lian <[email protected]>
  • Loading branch information
AutorestCI and jlian committed Aug 20, 2019
commit 41a1d72cee804f70f6fc904ec15360970d09053f
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,12 @@ def _manual_failover_initial(

def manual_failover(
self, iot_hub_name, resource_group_name, failover_region, custom_headers=None, raw=False, polling=True, **operation_config):
"""Manual Failover Fail over.
"""Manually initiate a failover for the IoT Hub to its secondary region.

Perform manual fail over of given hub.
Manually initiate a failover for the IoT Hub to its secondary region.
To learn more, see https://aka.ms/manualfailover.

:param iot_hub_name: IotHub to fail over
:param iot_hub_name: Name of the IoT hub to failover
:type iot_hub_name: str
:param resource_group_name: Resource group in which the IoT hub is in
:type resource_group_name: str
Expand Down