ConnectionIdList Class

Definition

An array of connection id resources.

[System.ComponentModel.TypeConverter(typeof(ADT.Models.ConnectionIdListTypeConverter))]
public class ConnectionIdList : ADT.Models.IConnectionIdList
[<System.ComponentModel.TypeConverter(typeof(ADT.Models.ConnectionIdListTypeConverter))>]
type ConnectionIdList = class
    interface IConnectionIdList
    interface IJsonSerializable
Public Class ConnectionIdList
Implements IConnectionIdList
Inheritance
ConnectionIdList
Attributes
Implements

Constructors

Name Description
ConnectionIdList()

Creates an new ConnectionIdList instance.

Properties

Name Description
Value

Connection ID to target

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ConnectionIdList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ConnectionIdList.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of ADT.Models.IConnectionIdList.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ConnectionIdList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to