次の方法で共有


IotFhirDestinationCollection Class

Definition

A collection of IoT Connector FHIR destinations.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IotFhirDestinationCollectionTypeConverter))]
public class IotFhirDestinationCollection : Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IIotFhirDestinationCollection
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IotFhirDestinationCollectionTypeConverter))>]
type IotFhirDestinationCollection = class
    interface IIotFhirDestinationCollection
    interface IJsonSerializable
Public Class IotFhirDestinationCollection
Implements IIotFhirDestinationCollection
Inheritance
IotFhirDestinationCollection
Attributes
Implements

Constructors

IotFhirDestinationCollection()

Creates an new IotFhirDestinationCollection instance.

Properties

NextLink

The link used to get the next page of IoT FHIR destinations.

Value

The list of IoT Connector FHIR destinations.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of IotFhirDestinationCollection.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of IotFhirDestinationCollection.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of IotFhirDestinationCollection into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to