GetFabricCapacityPlainArgs

data class GetFabricCapacityPlainArgs(val capacityName: String, val resourceGroupName: String) : ConvertibleToJava<GetFabricCapacityPlainArgs>

Constructors

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

Properties

Link copied to clipboard

The name of the Microsoft Fabric capacity. It must be a minimum of 3 characters, and a maximum of 63.

Link copied to clipboard

The name of the resource group. The name is case insensitive.

Functions

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