Compartir a través de


InformaticaApplicationConfigs Class

Definition

Application configs.

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

Constructors

InformaticaApplicationConfigs(String, String, String, String, String, String)

Initializes a new instance of InformaticaApplicationConfigs.

Properties

ApplicationConfigsType

Type of the application config.

Customized

Customized value of the application config.

DefaultValue

Default value of the application config.

Name

Name of the application config.

Platform

Platform type of the application config.

Value

Value of the application config.

Explicit Interface Implementations

IJsonModel<InformaticaApplicationConfigs>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<InformaticaApplicationConfigs>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<InformaticaApplicationConfigs>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<InformaticaApplicationConfigs>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<InformaticaApplicationConfigs>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to