ServicesDescription Class

The description of the service.

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

All required parameters must be populated in order to send to server.

Inheritance
azure.mgmt.healthcareapis.models._models_py3.ServicesResource
ServicesDescription

Constructor

ServicesDescription(*, kind: str | _models.Kind, location: str, tags: Dict[str, str] | None = None, etag: str | None = None, identity: _models.ServicesResourceIdentity | None = None, properties: _models.ServicesProperties | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
kind
str or Kind

The kind of the service. Required. Known values are: "fhir", "fhir-Stu3", and "fhir-R4".

location
str

The resource location. Required.

tags

The resource tags.

etag
str

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

identity

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

properties

The common properties of a service.

Variables

Name Description
id
str

The resource identifier.

name
str

The resource name.

type
str

The resource type.

kind
str or Kind

The kind of the service. Required. Known values are: "fhir", "fhir-Stu3", and "fhir-R4".

location
str

The resource location. Required.

tags

The resource tags.

etag
str

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

identity

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

properties

The common properties of a service.

system_data

Metadata pertaining to creation and last modification of the resource.