Get Attached Database Configuration Result
data class GetAttachedDatabaseConfigurationResult(val attachedDatabaseNames: List<String>, val clusterResourceId: String, val databaseName: String, val defaultPrincipalsModificationKind: String, val id: String, val location: String? = null, val name: String, val provisioningState: String, val tableLevelSharingProperties: TableLevelSharingPropertiesResponse? = null, val type: String)
Class representing an attached database configuration.
Constructors
Link copied to clipboard
fun GetAttachedDatabaseConfigurationResult(attachedDatabaseNames: List<String>, clusterResourceId: String, databaseName: String, defaultPrincipalsModificationKind: String, id: String, location: String? = null, name: String, provisioningState: String, tableLevelSharingProperties: TableLevelSharingPropertiesResponse? = null, type: String)