GetDatabasePlainArgs

data class GetDatabasePlainArgs(val name: String, val resourceGroupName: String, val serverName: String, val tags: Map<String, String>? = null) : ConvertibleToJava<GetDatabasePlainArgs>

A collection of arguments for invoking getDatabase.

Constructors

Link copied to clipboard
constructor(name: String, resourceGroupName: String, serverName: String, tags: Map<String, String>? = null)

Properties

Link copied to clipboard

The name of the SQL Database.

Link copied to clipboard

Specifies the name of the Resource Group where the Azure SQL Database exists.

Link copied to clipboard

The name of the SQL Server.

Link copied to clipboard
val tags: Map<String, String>? = null

A mapping of tags assigned to the resource.

Functions

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