FleetspacePropertiesArgs

data class FleetspacePropertiesArgs(val capacityMax: Output<Int>? = null, val mainPrincipal: Output<MainPrincipalArgs>? = null) : ConvertibleToJava<FleetspacePropertiesArgs>

A Fleetspace properties.

Constructors

Link copied to clipboard
constructor(capacityMax: Output<Int>? = null, mainPrincipal: Output<MainPrincipalArgs>? = null)

Properties

Link copied to clipboard
val capacityMax: Output<Int>? = null

Maximum number of vCores database fleet manager is allowed to provision in the fleetspace.

Link copied to clipboard
val mainPrincipal: Output<MainPrincipalArgs>? = null

Main Microsoft Entra ID principal that has admin access to all databases in the fleetspace.

Functions

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