ReadPipelineConnection Class

Definition

[System.ComponentModel.TypeConverter(typeof(ADT.Models.ReadPipelineConnectionTypeConverter))]
public class ReadPipelineConnection : ADT.Models.IReadPipelineConnection, ADT.Runtime.IAssociativeArray<object>
[<System.ComponentModel.TypeConverter(typeof(ADT.Models.ReadPipelineConnectionTypeConverter))>]
type ReadPipelineConnection = class
    interface IReadPipelineConnection
    interface IJsonSerializable
    interface IAssociativeArray<obj>
Public Class ReadPipelineConnection
Implements IAssociativeArray(Of Object), IReadPipelineConnection
Inheritance
ReadPipelineConnection
Attributes
Implements

Constructors

Name Description
ReadPipelineConnection()

Creates an new ReadPipelineConnection instance.

Fields

Name Description
__additionalProperties

Properties

Name Description
Etag

Connection etag inside pipeline

Id

Connection id inside pipeline

Item[String]
Location

Connection location inside pipeline

Name

Connection name inside pipeline

Property

Connection properties inside pipeline

SystemDataCreatedAt

The timestamp of resource creation (UTC).

SystemDataCreatedBy

The identity that created the resource.

SystemDataCreatedByType

The type of identity that created the resource.

SystemDataLastModifiedAt

The timestamp of resource last modification (UTC)

SystemDataLastModifiedBy

The identity that last modified the resource.

SystemDataLastModifiedByType

The type of identity that last modified the resource.

Type

Connection type inside pipeline

Methods

Name Description
Add(String, Object)
Clear()
ContainsKey(String)
CopyFrom(IDictionary)
CopyFrom(PSObject)
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ReadPipelineConnection.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ReadPipelineConnection.

FromJson(JsonNode)

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

FromJsonString(String)

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

Remove(String)
ToJson(JsonObject, SerializationMode)

Serializes this instance of ReadPipelineConnection into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
TryGetValue(String, Object)

Operators

Name Description
Implicit(ReadPipelineConnection to Dictionary<String,Object>)

Explicit Interface Implementations

Name Description
IAssociativeArray<Object>.AdditionalProperties
IAssociativeArray<Object>.Count
IAssociativeArray<Object>.Keys
IAssociativeArray<Object>.Values

Applies to