Compartir a través de


InformaticaRuntimeResourceFetchMetadata Class

Definition

Informatica runtime resource metadata as received via the informatica fetch all runtime environments API.

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

Properties

CreatedBy

Created by.

CreatedTime

Created time.

Description

Description of the runtime resource.

Id

Informatica serverless runtime id.

Name

Environment name.

RuntimeType

Environment Type.

ServerlessConfigProperties

Serverless Config Properties.

Status

Status of the environment.

StatusLocalized

Display message for the given status.

StatusMessage

status message.

UpdatedBy

Last Updated by.

UpdatedTime

Updated Time.

Explicit Interface Implementations

IJsonModel<InformaticaRuntimeResourceFetchMetadata>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<InformaticaRuntimeResourceFetchMetadata>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<InformaticaRuntimeResourceFetchMetadata>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<InformaticaRuntimeResourceFetchMetadata>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<InformaticaRuntimeResourceFetchMetadata>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to