IServerlessRuntimePropertiesCustomUpdate Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.ServerlessRuntimePropertiesCustomUpdateTypeConverter))]
public interface IServerlessRuntimePropertiesCustomUpdate : Microsoft.Azure.PowerShell.Cmdlets.Informatica.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.ServerlessRuntimePropertiesCustomUpdateTypeConverter))>]
type IServerlessRuntimePropertiesCustomUpdate = interface
interface IJsonSerializable
Public Interface IServerlessRuntimePropertiesCustomUpdate
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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 |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |