共用方式為


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

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]

參數

iot_hub_name
str
必要

要容錯移轉的 IoT 中樞名稱。 必要。

resource_group_name
str
必要

包含 IoT 中樞資源的資源群組名稱。 必要。

failover_input
FailoverInputIO
必要

要容錯移轉至的區域。 必須是 Azure 配對的區域。 從 locations 屬性中的次要位置取得值。 若要深入了解,請參閱 https://aka.ms/manualfailover/region。 這是 FailoverInput 類型或 IO 類型。 必要。

content_type
str

Body 參數內容類型。 已知值為:'application/json'。 預設值為 [無]。

cls
callable

將傳遞直接回應的自訂類型或函式

continuation_token
str

從已儲存狀態重新開機輪詢器的接續權杖。

polling
boolAsyncPollingMethod

根據預設,您的輪詢方法會是 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'>