Get Flexible Server Result
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)
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
Is public network access enabled?
Link copied to clipboard