次の方法で共有


IotConnectorCollection Class

Definition

A collection of IoT Connectors.

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

Constructors

IotConnectorCollection()

Creates an new IotConnectorCollection instance.

Properties

NextLink

The link used to get the next page of IoT Connectors.

Value

The list of IoT Connectors.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of IotConnectorCollection.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of IotConnectorCollection.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of IotConnectorCollection into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to