GetMariaDbServerPlainArgs

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

A collection of arguments for invoking getMariaDbServer.

Constructors

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

Properties

Link copied to clipboard

The name of the MariaDB Server to retrieve information about.

Link copied to clipboard

The name of the resource group where the MariaDB Server exists.

Functions

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