Class IotFhirDestinationInner


  • public final class IotFhirDestinationInner
    extends LocationBasedResource
    IoT Connector FHIR destination definition.
    • Constructor Detail

      • IotFhirDestinationInner

        public IotFhirDestinationInner()
    • Method Detail

      • systemData

        public com.azure.core.management.SystemData systemData()
        Get the systemData property: Metadata pertaining to creation and last modification of the resource.
        Returns:
        the systemData value.
      • withEtag

        public IotFhirDestinationInner withEtag​(String etag)
        Set the etag property: An etag associated with the resource, used for optimistic concurrency when editing it.
        Overrides:
        withEtag in class LocationBasedResource
        Parameters:
        etag - the etag value to set.
        Returns:
        the ResourceCore object itself.
      • resourceIdentityResolutionType

        public IotIdentityResolutionType resourceIdentityResolutionType()
        Get the resourceIdentityResolutionType property: Determines how resource identity is resolved on the destination.
        Returns:
        the resourceIdentityResolutionType value.
      • withResourceIdentityResolutionType

        public IotFhirDestinationInner withResourceIdentityResolutionType​(IotIdentityResolutionType resourceIdentityResolutionType)
        Set the resourceIdentityResolutionType property: Determines how resource identity is resolved on the destination.
        Parameters:
        resourceIdentityResolutionType - the resourceIdentityResolutionType value to set.
        Returns:
        the IotFhirDestinationInner object itself.
      • fhirServiceResourceId

        public String fhirServiceResourceId()
        Get the fhirServiceResourceId property: Fully qualified resource id of the FHIR service to connect to.
        Returns:
        the fhirServiceResourceId value.
      • withFhirServiceResourceId

        public IotFhirDestinationInner withFhirServiceResourceId​(String fhirServiceResourceId)
        Set the fhirServiceResourceId property: Fully qualified resource id of the FHIR service to connect to.
        Parameters:
        fhirServiceResourceId - the fhirServiceResourceId value to set.
        Returns:
        the IotFhirDestinationInner object itself.
      • fhirMapping

        public IotMappingProperties fhirMapping()
        Get the fhirMapping property: FHIR Mappings.
        Returns:
        the fhirMapping value.
      • withFhirMapping

        public IotFhirDestinationInner withFhirMapping​(IotMappingProperties fhirMapping)
        Set the fhirMapping property: FHIR Mappings.
        Parameters:
        fhirMapping - the fhirMapping value to set.
        Returns:
        the IotFhirDestinationInner object itself.