Share via


ServerlessRuntimePropertiesUpdate Class

Definition

Patchable Properties of the Informatica Serverless Runtime resource.

public class ServerlessRuntimePropertiesUpdate : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.InformaticaDataManagement.Models.ServerlessRuntimePropertiesUpdate>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.InformaticaDataManagement.Models.ServerlessRuntimePropertiesUpdate>
type ServerlessRuntimePropertiesUpdate = class
    interface IJsonModel<ServerlessRuntimePropertiesUpdate>
    interface IPersistableModel<ServerlessRuntimePropertiesUpdate>
Public Class ServerlessRuntimePropertiesUpdate
Implements IJsonModel(Of ServerlessRuntimePropertiesUpdate), IPersistableModel(Of ServerlessRuntimePropertiesUpdate)
Inheritance
ServerlessRuntimePropertiesUpdate
Implements

Constructors

ServerlessRuntimePropertiesUpdate()

Initializes a new instance of ServerlessRuntimePropertiesUpdate.

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 Update.

Platform

Platform type of the Serverless Runtime.

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<ServerlessRuntimePropertiesUpdate>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ServerlessRuntimePropertiesUpdate>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ServerlessRuntimePropertiesUpdate>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ServerlessRuntimePropertiesUpdate>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ServerlessRuntimePropertiesUpdate>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to