GetElasticPoolPlainArgs

data class GetElasticPoolPlainArgs(val name: String, val resourceGroupName: String, val serverName: String) : ConvertibleToJava<GetElasticPoolPlainArgs>

A collection of arguments for invoking getElasticPool.

Constructors

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

Properties

Link copied to clipboard

The name of the elastic pool.

Link copied to clipboard

The name of the resource group which contains the elastic pool.

Link copied to clipboard

The name of the SQL Server which contains the elastic pool.

Functions

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