Share via


IEndpointProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.EndpointPropertiesTypeConverter))]
public interface IEndpointProperties : Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NeonPostgres.Models.EndpointPropertiesTypeConverter))>]
type IEndpointProperties = interface
    interface IJsonSerializable
Public Interface IEndpointProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
Attribute

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
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to