Share via


NeonEndpointProperties Class

Definition

Properties specific to Endpoints.

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

Constructors

Name Description
NeonEndpointProperties()

Initializes a new instance of NeonEndpointProperties.

Properties

Name Description
Attributes

Additional attributes for the entity.

BranchId

The ID of the branch this endpoint belongs to.

CreatedAt

Timestamp indicating when the entity was created.

EndpointType

The type of the endpoint.

EntityId

Unique identifier for the entity.

EntityName

Name of the resource.

ProjectId

The ID of the project this endpoint belongs to.

ProvisioningState

Provisioning state of the resource.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<NeonEndpointProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NeonEndpointProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NeonEndpointProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NeonEndpointProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NeonEndpointProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to