CdiConfigProps Class

Definition

Informatica CDI Configuration Properties.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.CdiConfigPropsTypeConverter))]
public class CdiConfigProps : Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.ICdiConfigProps
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.CdiConfigPropsTypeConverter))>]
type CdiConfigProps = class
    interface ICdiConfigProps
    interface IJsonSerializable
Public Class CdiConfigProps
Implements ICdiConfigProps
Inheritance
CdiConfigProps
Attributes
Implements

Constructors

Name Description
CdiConfigProps()

Creates an new CdiConfigProps instance.

Properties

Name Description
ApplicationConfig

ApplicationConfigs of the CDI or CDIE.

EngineName

EngineName of the application config.

EngineVersion

EngineVersion of the application config.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CdiConfigProps.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CdiConfigProps.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.ICdiConfigProps.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of CdiConfigProps into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to