GetDatabasePlainArgs

data class GetDatabasePlainArgs(val databaseName: String, val expand: String? = null, val filter: String? = null, val resourceGroupName: String, val serverName: String) : ConvertibleToJava<GetDatabasePlainArgs>

Constructors

Link copied to clipboard
constructor(databaseName: String, expand: String? = null, filter: String? = null, resourceGroupName: String, serverName: String)

Properties

Link copied to clipboard

The name of the database.

Link copied to clipboard
val expand: String? = null

The child resources to include in the response.

Link copied to clipboard
val filter: String? = null

An OData filter expression that filters elements in the collection.

Link copied to clipboard

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

Link copied to clipboard

The name of the server.

Functions

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