GetSqlServerDatabasePlainArgs

data class GetSqlServerDatabasePlainArgs(val databaseName: String, val resourceGroupName: String, val sqlServerInstanceName: String) : ConvertibleToJava<GetSqlServerDatabasePlainArgs>

Constructors

Link copied to clipboard
constructor(databaseName: String, resourceGroupName: String, sqlServerInstanceName: String)

Properties

Link copied to clipboard

Name of the database

Link copied to clipboard

The name of the Azure resource group

Link copied to clipboard

Name of SQL Server Instance

Functions

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