ReadInternalMetadataProperties Class

Definition

Internal metadata of the connection inside pipeline.

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

Constructors

Name Description
ReadInternalMetadataProperties()

Creates an new ReadInternalMetadataProperties instance.

Fields

Name Description
__additionalProperties

Properties

Name Description
Item[String]
OperationStatusId

Operation status ID of the last patch request for this connection.

OperationStatusMessage

Message for the operation for the last patch request for this connection.

OperationStatusStatus

Operation status for the last patch request for this connection.

StatusSetBy

User that last set the approved status for this connection

Methods

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

Deserializes a IDictionary into an instance of ReadInternalMetadataProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ReadInternalMetadataProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

Remove(String)
ToJson(JsonObject, SerializationMode)

Serializes this instance of ReadInternalMetadataProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
TryGetValue(String, Object)

Operators

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

Explicit Interface Implementations

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

Applies to