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


NeonBranchProperties Class

Definition

Properties specific to Branch.

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

Constructors

NeonBranchProperties()

Initializes a new instance of NeonBranchProperties.

Properties

Attributes

Additional attributes for the entity.

CreatedAt

Timestamp indicating when the entity was created.

DatabaseName

Database name associated with the branch.

Databases

Neon Databases associated with the branch.

Endpoints

Endpoints associated with the branch.

EntityId

Unique identifier for the entity.

EntityName

Name of the resource.

ParentId

The ID of the parent branch.

ProjectId

The ID of the project this branch belongs to.

ProvisioningState

Provisioning state of the resource.

RoleName

Role name associated with the branch.

Roles

Roles associated with the branch.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<NeonBranchProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NeonBranchProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NeonBranchProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NeonBranchProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NeonBranchProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to