GetSqlManagedInstancePlainArgs

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

A collection of arguments for invoking getSqlManagedInstance.

Constructors

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

Properties

Link copied to clipboard

The name of the SQL Managed Instance.

Link copied to clipboard

The name of the Resource Group in which the SQL Managed Instance exists.

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