Поделиться через


Attributes Class

Definition

Additional attributes specific to Neon Resources.

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

Constructors

Attributes(String, String)

Initializes a new instance of Attributes.

Properties

Name

Name of the attribute.

Value

Value of the attribute.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<Attributes>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<Attributes>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<Attributes>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<Attributes>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<Attributes>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to