Get Attached Database Configuration Result
data class GetAttachedDatabaseConfigurationResult(val attachedDatabaseNames: List<String>, val clusterResourceId: String, val databaseName: String, val databaseNameOverride: String? = null, val databaseNamePrefix: String? = null, 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, databaseNameOverride: String? = null, databaseNamePrefix: String? = null, defaultPrincipalsModificationKind: String, id: String, location: String? = null, name: String, provisioningState: String, tableLevelSharingProperties: TableLevelSharingPropertiesResponse? = null, type: String)