OperationsMonitoringProperties Class
The operations monitoring properties for the IoT hub. The possible keys to the dictionary are Connections, DeviceTelemetry, C2DCommands, DeviceIdentityOperations, FileUploadOperations.
- Inheritance
-
azure.mgmt.iothub._serialization.ModelOperationsMonitoringProperties
Constructor
OperationsMonitoringProperties(*, events: Dict[str, str | _models.OperationMonitoringLevel] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
events
|
Dictionary of |
Variables
Name | Description |
---|---|
events
|
Dictionary of |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python