PostgresqlClusterServer

data class PostgresqlClusterServer(val fqdn: String? = null, val name: String? = null)

Constructors

Link copied to clipboard
constructor(fqdn: String? = null, name: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val fqdn: String? = null

The Fully Qualified Domain Name of the server.

Link copied to clipboard
val name: String? = null

The name which should be used for this Azure Cosmos DB for PostgreSQL Cluster. Changing this forces a new resource to be created.