InformaticaServerlessRuntimeResourceList Class

Definition

A list of serverless runtime resources as fetched using the informatica APIs.

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

Properties

InformaticaRuntimeResources

List of runtime resources for the fetch all API.

Explicit Interface Implementations

IJsonModel<InformaticaServerlessRuntimeResourceList>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<InformaticaServerlessRuntimeResourceList>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<InformaticaServerlessRuntimeResourceList>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<InformaticaServerlessRuntimeResourceList>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<InformaticaServerlessRuntimeResourceList>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to