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
fun GetFlexibleServerResult(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)