ServiceImportConfigurationInfo Class

Import operation configuration information.

Inheritance
azure.mgmt.healthcareapis._serialization.Model
ServiceImportConfigurationInfo

Constructor

ServiceImportConfigurationInfo(*, integration_data_store: str | None = None, initial_import_mode: bool | None = None, enabled: bool | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
integration_data_store
str

The name of the default integration storage account.

initial_import_mode

If the FHIR service is in InitialImportMode.

enabled

If the import operation is enabled.

Variables

Name Description
integration_data_store
str

The name of the default integration storage account.

initial_import_mode

If the FHIR service is in InitialImportMode.

enabled

If the import operation is enabled.