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 Azure.
- Inheritance
-
azure.mgmt.healthcareapis.models._models_py3.ServicesResourceServicesDescription
Constructor
ServicesDescription(*, 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, properties: Optional[azure.mgmt.healthcareapis.models._models_py3.ServicesProperties] = None, **kwargs)
Variables
- id
- str
The resource identifier.
- name
- str
The resource name.
- type
- str
The resource type.
Required. The kind of the service. Possible values include: "fhir", "fhir-Stu3", "fhir-R4".
- location
- str
Required. The resource location.
- 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.
- properties
- ServicesProperties
The common properties of a service.
- system_data
- SystemData
Metadata pertaining to creation and last modification of the resource.
Feedback
Submit and view feedback for