IApplicationConfigs Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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) |