IReadPipelineConnection Interface

Definition

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

Properties

Name Description
AdditionalProperties (Inherited from IAssociativeArray<T>)
Count (Inherited from IAssociativeArray<T>)
Etag

Connection etag inside pipeline

Id

Connection id inside pipeline

Item[String] (Inherited from IAssociativeArray<T>)
Keys (Inherited from IAssociativeArray<T>)
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

Values (Inherited from IAssociativeArray<T>)

Methods

Name Description
Add(String, T) (Inherited from IAssociativeArray<T>)
Clear() (Inherited from IAssociativeArray<T>)
ContainsKey(String) (Inherited from IAssociativeArray<T>)
Remove(String) (Inherited from IAssociativeArray<T>)
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)
TryGetValue(String, T) (Inherited from IAssociativeArray<T>)

Applies to