Package-level declarations

Types

Link copied to clipboard
class FabricCapacity : KotlinCustomResource

Fabric Capacity resource Uses Azure REST API version 2023-11-01. In version 2.x of the Azure Native provider, it used 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.

Link copied to clipboard
data class FabricCapacityArgs(val administration: Output<CapacityAdministrationArgs>? = null, val capacityName: Output<String>? = null, val location: Output<String>? = null, val resourceGroupName: Output<String>? = null, val sku: Output<RpSkuArgs>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<FabricCapacityArgs>

Fabric Capacity resource Uses Azure REST API version 2023-11-01. In version 2.x of the Azure Native provider, it used 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.

Link copied to clipboard
Link copied to clipboard
object FabricCapacityMapper : ResourceMapper<FabricCapacity>
Link copied to clipboard

Functions

Link copied to clipboard