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