get Read Only Following Database
suspend fun getReadOnlyFollowingDatabase(argument: GetReadOnlyFollowingDatabasePlainArgs): GetReadOnlyFollowingDatabaseResult
Returns a database. Azure REST API version: 2022-12-29.
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.
See also
Parameters
cluster Name
The name of the Kusto cluster.
database Name
The name of the database in the Kusto cluster.
resource Group Name
The name of the resource group containing the Kusto cluster.
suspend fun getReadOnlyFollowingDatabase(argument: suspend GetReadOnlyFollowingDatabasePlainArgsBuilder.() -> Unit): GetReadOnlyFollowingDatabaseResult
Return
Class representing a read only following database.
See also
Parameters
argument
Builder for com.pulumi.azurenative.kusto.kotlin.inputs.GetReadOnlyFollowingDatabasePlainArgs.