IApplicationConfigs Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.ApplicationConfigsTypeConverter))]
public interface IApplicationConfigs : Microsoft.Azure.PowerShell.Cmdlets.Informatica.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.ApplicationConfigsTypeConverter))>]
type IApplicationConfigs = interface
    interface IJsonSerializable
Public Interface IApplicationConfigs
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
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.

Type

Type of the application config.

Value

Value of the application config.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to