ServicesProperties Class

The properties of a service instance.

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

Inheritance
azure.mgmt.healthcareapis._serialization.Model
ServicesProperties

Constructor

ServicesProperties(*, access_policies: List[_models.ServiceAccessPolicyEntry] | None = None, cosmos_db_configuration: _models.ServiceCosmosDbConfigurationInfo | None = None, authentication_configuration: _models.ServiceAuthenticationConfigurationInfo | None = None, cors_configuration: _models.ServiceCorsConfigurationInfo | None = None, export_configuration: _models.ServiceExportConfigurationInfo | None = None, private_endpoint_connections: List[_models.PrivateEndpointConnection] | None = None, public_network_access: str | _models.PublicNetworkAccess | None = None, acr_configuration: _models.ServiceAcrConfigurationInfo | None = None, import_configuration: _models.ServiceImportConfigurationInfo | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
access_policies

The access policies of the service instance.

cosmos_db_configuration

The settings for the Cosmos DB database backing the service.

authentication_configuration

The authentication configuration for the service instance.

cors_configuration

The settings for the CORS configuration of the service instance.

export_configuration

The settings for the export operation of the service instance.

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

acr_configuration

The azure container registry settings used for convert data operation of the service instance.

import_configuration

The settings for the import operation of the service instance.

Variables

Name Description
provisioning_state

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

access_policies

The access policies of the service instance.

cosmos_db_configuration

The settings for the Cosmos DB database backing the service.

authentication_configuration

The authentication configuration for the service instance.

cors_configuration

The settings for the CORS configuration of the service instance.

export_configuration

The settings for the export operation of the service instance.

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

acr_configuration

The azure container registry settings used for convert data operation of the service instance.

import_configuration

The settings for the import operation of the service instance.