Share via


IotFhirDestinationProperties Class

Definition

IoT Connector destination properties for an Azure FHIR service.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IotFhirDestinationPropertiesTypeConverter))]
public class IotFhirDestinationProperties : Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IIotFhirDestinationProperties, Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IotFhirDestinationPropertiesTypeConverter))>]
type IotFhirDestinationProperties = class
    interface IIotFhirDestinationProperties
    interface IJsonSerializable
    interface IIotDestinationProperties
    interface IValidates
Public Class IotFhirDestinationProperties
Implements IIotFhirDestinationProperties, IValidates
Inheritance
IotFhirDestinationProperties
Attributes
Implements

Constructors

IotFhirDestinationProperties()

Creates an new IotFhirDestinationProperties instance.

Properties

FhirMappingContent

The mapping.

FhirServiceResourceId

Fully qualified resource id of the FHIR service to connect to.

ProvisioningState

The provisioning state.

ResourceIdentityResolutionType

Determines how resource identity is resolved on the destination.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of IotFhirDestinationProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of IotFhirDestinationProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IIotFhirDestinationProperties.

FromJsonString(String)

Creates a new instance of IotFhirDestinationProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of IotFhirDestinationProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to