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