Share via


ComputeUnitsMetadata Class

Definition

Informatica Serverless Runtime Application type Metadata.

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

Properties

Name

ComputeUnit name.

Value

ComputeUnit value.

Explicit Interface Implementations

IJsonModel<ComputeUnitsMetadata>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ComputeUnitsMetadata>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ComputeUnitsMetadata>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ComputeUnitsMetadata>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ComputeUnitsMetadata>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to