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


NeonDatabaseProperties Class

Definition

Properties specific to Databases.

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

Constructors

NeonDatabaseProperties()

Initializes a new instance of NeonDatabaseProperties.

Properties

Attributes

Additional attributes for the entity.

BranchId

The ID of the branch this database belongs to.

CreatedAt

Timestamp indicating when the entity was created.

EntityId

Unique identifier for the entity.

EntityName

Name of the resource.

OwnerName

The name of the role that owns the database.

ProvisioningState

Provisioning state of the resource.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<NeonDatabaseProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NeonDatabaseProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NeonDatabaseProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NeonDatabaseProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NeonDatabaseProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to