getReadOnlyFollowingDatabase

Returns a database. Uses Azure REST API version 2024-04-13.

Return

Class representing a read only following database.

Parameters

argument

null


suspend fun getReadOnlyFollowingDatabase(clusterName: String, databaseName: String, resourceGroupName: String): GetReadOnlyFollowingDatabaseResult

Return

Class representing a read only following database.

Parameters

clusterName

The name of the Kusto cluster.

databaseName

The name of the database in the Kusto cluster.

resourceGroupName

The name of the resource group. The name is case insensitive.

See also


Return

Class representing a read only following database.

Parameters

argument

Builder for com.pulumi.azurenative.kusto.kotlin.inputs.GetReadOnlyFollowingDatabasePlainArgs.

See also