get Read Only Following Database
suspend fun getReadOnlyFollowingDatabase(argument: GetReadOnlyFollowingDatabasePlainArgs): GetReadOnlyFollowingDatabaseResult
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
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. The name is case insensitive.
See also
suspend fun getReadOnlyFollowingDatabase(argument: suspend GetReadOnlyFollowingDatabasePlainArgsBuilder.() -> Unit): GetReadOnlyFollowingDatabaseResult
Return
Class representing a read only following database.
Parameters
argument
Builder for com.pulumi.azurenative.kusto.kotlin.inputs.GetReadOnlyFollowingDatabasePlainArgs.