IServerlessConfigProperties 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.ServerlessConfigPropertiesTypeConverter))]
public interface IServerlessConfigProperties : Microsoft.Azure.PowerShell.Cmdlets.Informatica.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.ServerlessConfigPropertiesTypeConverter))>]
type IServerlessConfigProperties = interface
interface IJsonSerializable
Public Interface IServerlessConfigProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| ApplicationType |
List of application types supported by informatica |
| ComputeUnit |
The list of compute units with possible array of values |
| ExecutionTimeout |
Serverless Runtime execution timeout |
| Platform |
Platform types |
| Region |
List of supported serverless informatica regions |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |