Share via


CdiConfigProperties Class

Definition

Informatica CDI Configuration Properties.

public class CdiConfigProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.InformaticaDataManagement.Models.CdiConfigProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.InformaticaDataManagement.Models.CdiConfigProperties>
type CdiConfigProperties = class
    interface IJsonModel<CdiConfigProperties>
    interface IPersistableModel<CdiConfigProperties>
Public Class CdiConfigProperties
Implements IJsonModel(Of CdiConfigProperties), IPersistableModel(Of CdiConfigProperties)
Inheritance
CdiConfigProperties
Implements

Constructors

CdiConfigProperties(String, String, IEnumerable<InformaticaApplicationConfigs>)

Initializes a new instance of CdiConfigProperties.

Properties

ApplicationConfigs

ApplicationConfigs of the CDI or CDIE.

EngineName

EngineName of the application config.

EngineVersion

EngineVersion of the application config.

Explicit Interface Implementations

IJsonModel<CdiConfigProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<CdiConfigProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CdiConfigProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CdiConfigProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<CdiConfigProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to