InformaticaServerlessRuntimeResourceUpdate 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.InformaticaServerlessRuntimeResourceUpdateTypeConverter))]
public class InformaticaServerlessRuntimeResourceUpdate : Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.IInformaticaServerlessRuntimeResourceUpdate
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.InformaticaServerlessRuntimeResourceUpdateTypeConverter))>]
type InformaticaServerlessRuntimeResourceUpdate = class
interface IInformaticaServerlessRuntimeResourceUpdate
interface IJsonSerializable
Public Class InformaticaServerlessRuntimeResourceUpdate
Implements IInformaticaServerlessRuntimeResourceUpdate
- Inheritance
-
InformaticaServerlessRuntimeResourceUpdate
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| InformaticaServerlessRuntimeResourceUpdate() |
Creates an new InformaticaServerlessRuntimeResourceUpdate instance. |
Properties
| Name | Description |
|---|---|
| AdvancedCustomProperty |
String KV pairs indicating Advanced custom properties. |
| ApplicationType |
Application type of the Serverless Runtime environment. |
| ComputeUnit |
Compute units of the serverless runtime. |
| Description |
description of the serverless runtime. |
| ExecutionTimeout |
Serverless Execution timeout |
| NetworkInterfaceConfigurationSubnetId |
Virtual network subnet resource id |
| NetworkInterfaceConfigurationVnetId |
Virtual network resource id |
| NetworkInterfaceConfigurationVnetResourceGuid |
Virtual network resource guid |
| Platform |
Platform type of the Serverless Runtime. |
| ServerlessAccountLocation |
Serverless account creation location |
| ServerlessRuntimeConfigCdiConfigProp |
The List of Informatica Serverless Runtime CDI Config Properties. |
| ServerlessRuntimeConfigCdieConfigProp |
The List of Informatica Serverless Runtime CDIE Config Properties. |
| ServerlessRuntimeTag |
Serverless Runtime Tags |
| ServerlessRuntimeUserContextPropertyUserContextToken |
User context token for OBO flow. |
| SupplementaryFileLocation |
Supplementary file location. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of InformaticaServerlessRuntimeResourceUpdate. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of InformaticaServerlessRuntimeResourceUpdate. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.IInformaticaServerlessRuntimeResourceUpdate. |
| FromJsonString(String) |
Creates a new instance of InformaticaServerlessRuntimeResourceUpdate, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of InformaticaServerlessRuntimeResourceUpdate into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |