Get Managed Database Result
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)
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
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
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.