Get Managed Database Result
data class GetManagedDatabaseResult(val catalogCollation: String? = null, val collation: String? = null, val creationDate: String, val defaultSecondaryLocation: String, val earliestRestorePoint: String, val failoverGroupId: String, val id: String, val location: String, val name: String, val status: String, val tags: Map<String, String>? = null, val type: String)
A managed database resource.
Constructors
Link copied to clipboard
fun GetManagedDatabaseResult(catalogCollation: String? = null, collation: String? = null, creationDate: String, defaultSecondaryLocation: String, earliestRestorePoint: String, failoverGroupId: String, id: String, location: String, name: String, status: String, tags: Map<String, String>? = null, type: String)