GetServerResult

data class GetServerResult(val administratorLogin: String, val fqdn: String, val id: String, val identities: List<GetServerIdentity>, val location: String, val name: String, val resourceGroupName: String, val skuName: String, val tags: Map<String, String>, val version: String)

A collection of values returned by getServer.

Constructors

Link copied to clipboard
constructor(administratorLogin: String, fqdn: String, id: String, identities: List<GetServerIdentity>, location: String, name: String, resourceGroupName: String, skuName: String, tags: Map<String, String>, version: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The administrator username of the PostgreSQL Server.

Link copied to clipboard

The fully qualified domain name of the PostgreSQL Server.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

An identity block as defined below.

Link copied to clipboard

The location of the Resource Group in which the PostgreSQL Server exists.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The SKU name of the PostgreSQL Server.

Link copied to clipboard

A mapping of tags assigned to the resource.

Link copied to clipboard

The version of the PostgreSQL Server.