IServerlessMetadataResponse 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.ServerlessMetadataResponseTypeConverter))]
public interface IServerlessMetadataResponse : Microsoft.Azure.PowerShell.Cmdlets.Informatica.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.ServerlessMetadataResponseTypeConverter))>]
type IServerlessMetadataResponse = interface
interface IJsonSerializable
Public Interface IServerlessMetadataResponse
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| ServerlessConfigPropertyApplicationType |
List of application types supported by informatica |
| ServerlessConfigPropertyComputeUnit |
The list of compute units with possible array of values |
| ServerlessConfigPropertyExecutionTimeout |
Serverless Runtime execution timeout |
| ServerlessConfigPropertyPlatform |
Platform types |
| ServerlessConfigPropertyRegion |
List of supported serverless informatica regions |
| ServerlessRuntimeConfigPropertyCdiConfigProp |
The List of Informatica Serverless Runtime CDI Config Properties. |
| ServerlessRuntimeConfigPropertyCdieConfigProp |
The List of Informatica Serverless Runtime CDIE Config Properties. |
| Type |
type of the runtime environment. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |