Skip to main content

Crate azure_iot_operations_services

Crate azure_iot_operations_services 

Source
Expand description

Clients for using services of Azure IoT Operations

§Feature flags

The services are divided into separate features that are off by default. You can enable them using the following feature flags:

  • all: Enables all features.
  • schema_registry: Enables the Schema Registry Client.
  • state_store: Enables the State Store Client.
  • leased_lock: Enables the Lease and Lock Clients.
  • azure_device_registry: Enables the Azure Device Registry client.

This example shows how you could import features for only the Schema Registry Client:

azure_iot_operations_services = { version = "<version>", features = ["schema_registry"] }

Modules§

azure_device_registry
Types for Azure Device Registry operations.
leased_lock
Types for Lease and Lock operations.
schema_registry
Types for Schema Registry operations.
state_store
Types for State Store operations.