ConnectionIdList Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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() | |