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.
public class InformaticaServerlessRuntimeProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.InformaticaDataManagement.Models.InformaticaServerlessRuntimeProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.InformaticaDataManagement.Models.InformaticaServerlessRuntimeProperties>
type InformaticaServerlessRuntimeProperties = class
interface IJsonModel<InformaticaServerlessRuntimeProperties>
interface IPersistableModel<InformaticaServerlessRuntimeProperties>
Public Class InformaticaServerlessRuntimeProperties
Implements IJsonModel(Of InformaticaServerlessRuntimeProperties), IPersistableModel(Of InformaticaServerlessRuntimeProperties)
- Inheritance
-
InformaticaServerlessRuntimeProperties
- Implements
Constructors
InformaticaServerlessRuntimeProperties(String) |
Initializes a new instance of InformaticaServerlessRuntimeProperties. |
Properties
AdvancedCustomProperties |
String KV pairs indicating Advanced custom properties. |
ApplicationType |
Application type of the Serverless Runtime environment. |
ComputeUnits |
Compute units of the serverless runtime. |
Description |
description of the serverless runtime. |
ExecutionTimeout |
Serverless Execution timeout. |
NetworkInterfaceConfiguration |
Network Interface Configuration Profile. |
Platform |
Platform type of the Serverless Runtime. |
ProvisioningState |
Provisioning State of the resource. |
ServerlessAccountLocation |
Serverless account creation location. |
ServerlessRuntimeConfig |
Serverless config properties. |
ServerlessRuntimeTags |
Serverless Runtime Tags. |
SupplementaryFileLocation |
Supplementary file location. |
UserContextToken |
User context token for OBO flow. |
Explicit Interface Implementations
IJsonModel<InformaticaServerlessRuntimeProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<InformaticaServerlessRuntimeProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<InformaticaServerlessRuntimeProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<InformaticaServerlessRuntimeProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<InformaticaServerlessRuntimeProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET