GetFlexibleServerResult

data class GetFlexibleServerResult(val administratorLogin: String, val autoGrowEnabled: Boolean, val backupRetentionDays: Int, val delegatedSubnetId: String, val fqdn: String, val id: String, val location: String, val name: String, val publicNetworkAccessEnabled: Boolean, val resourceGroupName: String, val skuName: String, val storageMb: Int, val tags: Map<String, String>, val version: String)

A collection of values returned by getFlexibleServer.

Constructors

Link copied to clipboard
constructor(administratorLogin: String, autoGrowEnabled: Boolean, backupRetentionDays: Int, delegatedSubnetId: String, fqdn: String, id: String, location: String, name: String, publicNetworkAccessEnabled: Boolean, resourceGroupName: String, skuName: String, storageMb: Int, tags: Map<String, String>, version: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Administrator login for the PostgreSQL Flexible Server.

Link copied to clipboard

Is the storage auto grow for PostgreSQL Flexible Server enabled?

Link copied to clipboard

The backup retention days for the PostgreSQL Flexible Server.

Link copied to clipboard

The ID of the virtual network subnet to create the PostgreSQL Flexible Server.

Link copied to clipboard

The FQDN of the PostgreSQL Flexible Server.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The Azure Region where the PostgreSQL Flexible Server exists.

Link copied to clipboard
Link copied to clipboard

Is public network access enabled?

Link copied to clipboard
Link copied to clipboard

The SKU Name for the PostgreSQL Flexible Server. The name of the SKU, follows the tier + name pattern (e.g. B_Standard_B1ms, GP_Standard_D2s_v3, MO_Standard_E4s_v3).

Link copied to clipboard

The max storage allowed for the PostgreSQL Flexible Server.

Link copied to clipboard

A mapping of tags assigned to the PostgreSQL Flexible Server.

Link copied to clipboard

The version of PostgreSQL Flexible Server to use.