GetSqlServerInstancePlainArgs

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

Constructors

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

Properties

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(): GetSqlServerInstancePlainArgs