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
constructor(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)
Properties
Link copied to clipboard
The list of databases from the clusterResourceId which are currently attached to the kusto pool.
Link copied to clipboard
The name of the database which you would like to attach, use * if you want to follow all current and future databases.
Link copied to clipboard
The default principals modification kind
Link copied to clipboard
The resource id of the kusto pool where the databases you would like to attach reside.
Link copied to clipboard
The provisioned state of the resource.
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.
Link copied to clipboard
Table level sharing specifications