ServerlessConfigProperties Class
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.
Metadata Serverless Config Properties
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.ServerlessConfigPropertiesTypeConverter))]
public class ServerlessConfigProperties : Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.IServerlessConfigProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.ServerlessConfigPropertiesTypeConverter))>]
type ServerlessConfigProperties = class
interface IServerlessConfigProperties
interface IJsonSerializable
Public Class ServerlessConfigProperties
Implements IServerlessConfigProperties
- Inheritance
-
ServerlessConfigProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ServerlessConfigProperties() |
Creates an new ServerlessConfigProperties instance. |
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 |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ServerlessConfigProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ServerlessConfigProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.IServerlessConfigProperties. |
| FromJsonString(String) |
Creates a new instance of ServerlessConfigProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of ServerlessConfigProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |