GetManagedDatabaseResult

data class GetManagedDatabaseResult(val azureApiVersion: String, val catalogCollation: String? = null, val collation: String? = null, val creationDate: String, val defaultSecondaryLocation: String, val earliestRestorePoint: String, val failoverGroupId: String, val id: String, val isLedgerOn: Boolean? = null, 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(azureApiVersion: String, catalogCollation: String? = null, collation: String? = null, creationDate: String, defaultSecondaryLocation: String, earliestRestorePoint: String, failoverGroupId: String, id: String, isLedgerOn: Boolean? = null, 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

The Azure API version of the resource.

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
val isLedgerOn: Boolean? = null

Whether or not this database is a ledger database, which means all tables in the database are ledger tables. Note: the value of this property cannot be changed after the database has been created.

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.