DicomService Class

The description of Dicom Service.

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

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

Constructor

DicomService(*, identity: _models.ServiceManagedIdentityIdentity | None = None, etag: str | None = None, location: str | None = None, tags: Dict[str, str] | None = None, authentication_configuration: _models.DicomServiceAuthenticationConfiguration | None = None, cors_configuration: _models.CorsConfiguration | None = None, public_network_access: str | _models.PublicNetworkAccess | None = None, encryption: _models.Encryption | None = None, storage_configuration: _models.StorageConfiguration | None = None, enable_data_partitions: bool | 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.

authentication_configuration

Dicom Service authentication configuration.

cors_configuration

Dicom Service Cors configuration.

public_network_access

Control permission for data plane traffic coming from public networks while private endpoint is enabled. Known values are: "Enabled" and "Disabled".

encryption

The encryption settings of the DICOM service.

storage_configuration

The configuration of external storage account.

enable_data_partitions

If data partitions is enabled or not.

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".

authentication_configuration

Dicom Service authentication configuration.

cors_configuration

Dicom Service Cors configuration.

service_url
str

The url of the Dicom Services.

private_endpoint_connections

The list of private endpoint connections that are set up for this resource.

public_network_access

Control permission for data plane traffic coming from public networks while private endpoint is enabled. Known values are: "Enabled" and "Disabled".

event_state

DICOM Service event support status. Known values are: "Disabled", "Enabled", and "Updating".

encryption

The encryption settings of the DICOM service.

storage_configuration

The configuration of external storage account.

enable_data_partitions

If data partitions is enabled or not.