ServicesProperties Class

The properties of a service instance.

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

Inheritance
ServicesProperties

Constructor

ServicesProperties(*, access_policies: Optional[List[azure.mgmt.healthcareapis.models._models_py3.ServiceAccessPolicyEntry]] = None, cosmos_db_configuration: Optional[azure.mgmt.healthcareapis.models._models_py3.ServiceCosmosDbConfigurationInfo] = None, authentication_configuration: Optional[azure.mgmt.healthcareapis.models._models_py3.ServiceAuthenticationConfigurationInfo] = None, cors_configuration: Optional[azure.mgmt.healthcareapis.models._models_py3.ServiceCorsConfigurationInfo] = None, export_configuration: Optional[azure.mgmt.healthcareapis.models._models_py3.ServiceExportConfigurationInfo] = None, private_endpoint_connections: Optional[List[azure.mgmt.healthcareapis.models._models_py3.PrivateEndpointConnection]] = None, public_network_access: Optional[Union[str, azure.mgmt.healthcareapis.models._healthcare_apis_management_client_enums.PublicNetworkAccess]] = None, acr_configuration: Optional[azure.mgmt.healthcareapis.models._models_py3.ServiceAcrConfigurationInfo] = None, **kwargs)

Variables

provisioning_state
str or ProvisioningState

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

access_policies
list[ServiceAccessPolicyEntry]

The access policies of the service instance.

cosmos_db_configuration
ServiceCosmosDbConfigurationInfo

The settings for the Cosmos DB database backing the service.

authentication_configuration
ServiceAuthenticationConfigurationInfo

The authentication configuration for the service instance.

cors_configuration
ServiceCorsConfigurationInfo

The settings for the CORS configuration of the service instance.

export_configuration
ServiceExportConfigurationInfo

The settings for the export operation of the service instance.

private_endpoint_connections
list[PrivateEndpointConnection]

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

public_network_access
str or PublicNetworkAccess

Control permission for data plane traffic coming from public networks while private endpoint is enabled. Possible values include: "Enabled", "Disabled".

acr_configuration
ServiceAcrConfigurationInfo

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