次の方法で共有


IotFhirDestination Class

Definition

IoT Connector FHIR destination definition.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IotFhirDestinationTypeConverter))]
public class IotFhirDestination : Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IIotFhirDestination, Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IotFhirDestinationTypeConverter))>]
type IotFhirDestination = class
    interface IIotFhirDestination
    interface IJsonSerializable
    interface ILocationBasedResource
    interface IResourceCore
    interface IValidates
Public Class IotFhirDestination
Implements IIotFhirDestination, IValidates
Inheritance
IotFhirDestination
Attributes
Implements

Constructors

IotFhirDestination()

Creates an new IotFhirDestination instance.

Properties

Etag

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

FhirMappingContent

The mapping.

FhirServiceResourceId

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

Id

The resource identifier.

Location

The resource location.

Name

The resource name.

ProvisioningState

The provisioning state.

ResourceGroupName

Gets the resource group name

ResourceIdentityResolutionType

Determines how resource identity is resolved on the destination.

SystemDataCreatedAt

The timestamp of resource creation (UTC).

SystemDataCreatedBy

The identity that created the resource.

SystemDataCreatedByType

The type of identity that created the resource.

SystemDataLastModifiedAt

The timestamp of resource last modification (UTC)

SystemDataLastModifiedBy

The identity that last modified the resource.

SystemDataLastModifiedByType

The type of identity that last modified the resource.

Type

The resource type.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of IotFhirDestination.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of IotFhirDestination.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of IotFhirDestination into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to