Condividi tramite


SpringBootAppMiscsItem Class

Definition

The SpringBootAppMiscsItem. Serialized Name: SpringbootappsPropertiesMiscsItem

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

Constructors

SpringBootAppMiscsItem(String)

Initializes a new instance of SpringBootAppMiscsItem.

Properties

Key

The miscs. key. Serialized Name: SpringbootappsPropertiesMiscsItem.key

Value

The miscs. value. Serialized Name: SpringbootappsPropertiesMiscsItem.value

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SpringBootAppMiscsItem>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SpringBootAppMiscsItem>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SpringBootAppMiscsItem>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SpringBootAppMiscsItem>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SpringBootAppMiscsItem>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to