ServicesResource Class

The common properties of a 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 Azure.

Inheritance
ServicesResource

Constructor

ServicesResource(*, kind: Union[str, azure.mgmt.healthcareapis.models._healthcare_apis_management_client_enums.Kind], location: str, tags: Optional[Dict[str, str]] = None, etag: Optional[str] = None, identity: Optional[azure.mgmt.healthcareapis.models._models_py3.ServicesResourceIdentity] = None, **kwargs)

Variables

id
str

The resource identifier.

name
str

The resource name.

type
str

The resource type.

kind
str or Kind

Required. The kind of the service. Possible values include: "fhir", "fhir-Stu3", "fhir-R4".

location
str

Required. The resource location.

tags
dict[str, str]

A set of tags. The resource tags.

etag
str

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

identity
ServicesResourceIdentity

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