IotHubOperations 類別
- 繼承
-
builtins.objectIotHubOperations
建構函式
IotHubOperations(*args, **kwargs)
方法
begin_manual_failover |
手動起始IoT 中樞至其次要區域的容錯移轉。 手動起始IoT 中樞至其次要區域的容錯移轉。 若要深入了解,請參閱 https://aka.ms/manualfailover。 |
begin_manual_failover
手動起始IoT 中樞至其次要區域的容錯移轉。
手動起始IoT 中樞至其次要區域的容錯移轉。 若要深入了解,請參閱 https://aka.ms/manualfailover。
async begin_manual_failover(iot_hub_name: str, resource_group_name: str, failover_input: _models.FailoverInput, *, content_type: str = 'application/json', **kwargs: Any) -> AsyncLROPoller[None]
參數
- failover_input
- FailoverInput 或 IO
必要
要容錯移轉至的區域。 必須是 Azure 配對的區域。 從 locations 屬性中的次要位置取得值。 若要深入了解,請參閱 https://aka.ms/manualfailover/region。 這是 FailoverInput 類型或 IO 類型。 必要。
- content_type
- str
Body 參數內容類型。 已知值為:'application/json'。 預設值為 [無]。
- cls
- callable
將傳遞直接回應的自訂類型或函式
- continuation_token
- str
從已儲存狀態重新開機輪詢器的接續權杖。
- polling
- bool 或 AsyncPollingMethod
根據預設,您的輪詢方法會是 AsyncARMPolling。 針對此作業傳入 False,以不輪詢,或傳入您自己的初始化輪詢物件,以取得個人輪詢策略。
- polling_interval
- int
如果沒有Retry-After標頭,則為 LRO 作業的兩個輪詢之間的預設等候時間。
傳回
AsyncLROPoller 的實例,會傳回 None 或 cls (回應的結果)
傳回類型
例外狀況
屬性
models
models = <module 'azure.mgmt.iothub.v2019_03_22.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.11.7\\x64\\Lib\\site-packages\\azure\\mgmt\\iothub\\v2019_03_22\\models\\__init__.py'>