GetManagedDatabaseResult

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
constructor(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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Collation of the metadata catalog.

Link copied to clipboard
val collation: String? = null

Collation of the managed database.

Link copied to clipboard

Creation date of the database.

Link copied to clipboard

Geo paired region.

Link copied to clipboard

Earliest restore point in time for point in time restore.

Link copied to clipboard

Instance Failover Group resource identifier that this managed database belongs to.

Link copied to clipboard
val id: String

Resource ID.

Link copied to clipboard

Resource location.

Link copied to clipboard

Resource name.

Link copied to clipboard

Status of the database.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

Resource type.