Share via


ServerlessRuntimeConfigProperties Class

Definition

Serverless Runtime config properties.

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

Constructors

ServerlessRuntimeConfigProperties()

Initializes a new instance of ServerlessRuntimeConfigProperties.

Properties

CdiConfigProps

The List of Informatica Serverless Runtime CDI Config Properties.

CdieConfigProps

The List of Informatica Serverless Runtime CDIE Config Properties.

Explicit Interface Implementations

IJsonModel<ServerlessRuntimeConfigProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ServerlessRuntimeConfigProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ServerlessRuntimeConfigProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ServerlessRuntimeConfigProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ServerlessRuntimeConfigProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to