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