getFabricCapacity

Get a FabricCapacity Uses Azure REST API version 2023-11-01. Other available API versions: 2025-01-15-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native fabric [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Return

Fabric Capacity resource

Parameters

argument

null


suspend fun getFabricCapacity(capacityName: String, resourceGroupName: String): GetFabricCapacityResult

Return

Fabric Capacity resource

Parameters

capacityName

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

resourceGroupName

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

See also


Return

Fabric Capacity resource

Parameters

argument

Builder for com.pulumi.azurenative.fabric.kotlin.inputs.GetFabricCapacityPlainArgs.

See also