GetSqlDatabasePlainArgs

data class GetSqlDatabasePlainArgs(val accountName: String, val name: String, val resourceGroupName: String) : ConvertibleToJava<GetSqlDatabasePlainArgs>

A collection of arguments for invoking getSqlDatabase.

Constructors

Link copied to clipboard
constructor(accountName: String, name: String, resourceGroupName: String)

Properties

Link copied to clipboard

The name of the Cosmos DB SQL Database to create the table within.

Link copied to clipboard

Specifies the name of the Cosmos DB SQL Database.

Link copied to clipboard

The name of the resource group in which the Cosmos DB SQL Database is created.

Functions

Link copied to clipboard
open override fun toJava(): GetSqlDatabasePlainArgs