次の方法で共有


FhirServiceCollection Class

Definition

A collection of Fhir services.

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

Constructors

FhirServiceCollection()

Creates an new FhirServiceCollection instance.

Properties

NextLink

The link used to get the next page of Fhir Services.

Value

The list of Fhir Services.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of FhirServiceCollection.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of FhirServiceCollection.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of FhirServiceCollection into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to