IotConnector Class

IoT Connector definition.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.healthcareapis.models._models_py3.TaggedResource
IotConnector
azure.mgmt.healthcareapis.models._models_py3.ServiceManagedIdentity
IotConnector

Constructor

IotConnector(*, identity: _models.ServiceManagedIdentityIdentity | None = None, etag: str | None = None, location: str | None = None, tags: Dict[str, str] | None = None, ingestion_endpoint_configuration: _models.IotEventHubIngestionEndpointConfiguration | None = None, device_mapping: _models.IotMappingProperties | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
identity

Setting indicating whether the service has a managed identity associated with it.

etag
str

An etag associated with the resource, used for optimistic concurrency when editing it.

location
str

The resource location.

tags

Resource tags.

ingestion_endpoint_configuration

Source configuration.

device_mapping

Device Mappings.

Variables

Name Description
identity

Setting indicating whether the service has a managed identity associated with it.

id
str

The resource identifier.

name
str

The resource name.

type
str

The resource type.

etag
str

An etag associated with the resource, used for optimistic concurrency when editing it.

location
str

The resource location.

tags

Resource tags.

system_data

Metadata pertaining to creation and last modification of the resource.

provisioning_state

The provisioning state. Known values are: "Deleting", "Succeeded", "Creating", "Accepted", "Verifying", "Updating", "Failed", "Canceled", "Deprovisioned", "Moving", "Suspended", "Warned", and "SystemMaintenance".

ingestion_endpoint_configuration

Source configuration.

device_mapping

Device Mappings.