次の方法で共有


DicomServiceCollection Class

Definition

The collection of Dicom Services.

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

Constructors

DicomServiceCollection()

Creates an new DicomServiceCollection instance.

Properties

NextLink

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

Value

The list of Dicom Services.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DicomServiceCollection.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DicomServiceCollection.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DicomServiceCollection into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to