EnrichmentProperties Class
The properties of an enrichment that your IoT hub applies to messages delivered to endpoints.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.iothub._serialization.ModelEnrichmentProperties
Constructor
EnrichmentProperties(*, key: str, value: str, endpoint_names: List[str], **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
key
|
The key or name for the enrichment property. Required. |
value
|
The value for the enrichment property. Required. |
endpoint_names
|
The list of endpoints for which the enrichment is applied to the message. Required. |
Variables
Name | Description |
---|---|
key
|
The key or name for the enrichment property. Required. |
value
|
The value for the enrichment property. Required. |
endpoint_names
|
The list of endpoints for which the enrichment is applied to the message. Required. |
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.
Azure SDK for Python