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