ConnectionUriProperties 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.
Connection uri parameters for the associated database.
public class ConnectionUriProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.NeonPostgres.Models.ConnectionUriProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.NeonPostgres.Models.ConnectionUriProperties>
type ConnectionUriProperties = class
interface IJsonModel<ConnectionUriProperties>
interface IPersistableModel<ConnectionUriProperties>
Public Class ConnectionUriProperties
Implements IJsonModel(Of ConnectionUriProperties), IPersistableModel(Of ConnectionUriProperties)
- Inheritance
-
ConnectionUriProperties
- Implements
Constructors
ConnectionUriProperties() |
Initializes a new instance of ConnectionUriProperties. |
Properties
BranchId |
Branch Id associated with this connection. |
ConnectionStringUri |
connection uri returned for the database. |
DatabaseName |
Database name associated with this connection. |
EndpointId |
the endpoint Id with this connection. |
IsPooled |
Indicates if the connection is pooled. |
ProjectId |
Project Id associated with this connection. |
RoleName |
The role name used for authentication. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<ConnectionUriProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ConnectionUriProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ConnectionUriProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ConnectionUriProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ConnectionUriProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |