共用方式為


EnrichmentProperties 類別

IoT 中樞套用至傳遞至端點之訊息的擴充屬性。

必須填入所有必要的參數,才能傳送至 Azure。

繼承
azure.mgmt.iothub._serialization.Model
EnrichmentProperties

建構函式

EnrichmentProperties(*, key: str, value: str, endpoint_names: List[str], **kwargs: Any)

僅限關鍵字的參數

名稱 Description
key
str

擴充屬性的索引鍵或名稱。 必要。

value
str

擴充屬性的值。 必要。

endpoint_names

擴充套用至訊息的端點清單。 必要。

變數

名稱 Description
key
str

擴充屬性的索引鍵或名稱。 必要。

value
str

擴充屬性的值。 必要。

endpoint_names

擴充套用至訊息的端點清單。 必要。