ServerlessRuntimeConfigProperties Class

Definition

Serverless Runtime config properties.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.ServerlessRuntimeConfigPropertiesTypeConverter))]
public class ServerlessRuntimeConfigProperties : Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.IServerlessRuntimeConfigProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.ServerlessRuntimeConfigPropertiesTypeConverter))>]
type ServerlessRuntimeConfigProperties = class
    interface IServerlessRuntimeConfigProperties
    interface IJsonSerializable
Public Class ServerlessRuntimeConfigProperties
Implements IServerlessRuntimeConfigProperties
Inheritance
ServerlessRuntimeConfigProperties
Attributes
Implements

Constructors

Name Description
ServerlessRuntimeConfigProperties()

Creates an new ServerlessRuntimeConfigProperties instance.

Properties

Name Description
CdiConfigProp

The List of Informatica Serverless Runtime CDI Config Properties.

CdieConfigProp

The List of Informatica Serverless Runtime CDIE Config Properties.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ServerlessRuntimeConfigProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ServerlessRuntimeConfigProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.IServerlessRuntimeConfigProperties.

FromJsonString(String)

Creates a new instance of ServerlessRuntimeConfigProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ServerlessRuntimeConfigProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to