ServerlessRuntimeConfigPropertiesUpdate 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.
The template for adding optional properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.ServerlessRuntimeConfigPropertiesUpdateTypeConverter))]
public class ServerlessRuntimeConfigPropertiesUpdate : Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.IServerlessRuntimeConfigPropertiesUpdate
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.ServerlessRuntimeConfigPropertiesUpdateTypeConverter))>]
type ServerlessRuntimeConfigPropertiesUpdate = class
interface IServerlessRuntimeConfigPropertiesUpdate
interface IJsonSerializable
Public Class ServerlessRuntimeConfigPropertiesUpdate
Implements IServerlessRuntimeConfigPropertiesUpdate
- Inheritance
-
ServerlessRuntimeConfigPropertiesUpdate
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ServerlessRuntimeConfigPropertiesUpdate() |
Creates an new ServerlessRuntimeConfigPropertiesUpdate 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 ServerlessRuntimeConfigPropertiesUpdate. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ServerlessRuntimeConfigPropertiesUpdate. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.IServerlessRuntimeConfigPropertiesUpdate. |
| FromJsonString(String) |
Creates a new instance of ServerlessRuntimeConfigPropertiesUpdate, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of ServerlessRuntimeConfigPropertiesUpdate into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |