ApplicationConfigs Class

Definition

Application configs

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

Constructors

Name Description
ApplicationConfigs()

Creates an new ApplicationConfigs instance.

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
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ApplicationConfigs.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ApplicationConfigs.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ApplicationConfigs into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to