NeonEndpointProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
NeonEndpointProperties() |
Initializes a new instance of NeonEndpointProperties. |
Properties
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
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
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. |