getCapacityDetails

Gets details about the specified dedicated capacity. Uses Azure REST API version 2021-01-01.

Return

Represents an instance of a Dedicated Capacity resource.

Parameters

argument

null


suspend fun getCapacityDetails(dedicatedCapacityName: String, resourceGroupName: String): GetCapacityDetailsResult

Return

Represents an instance of a Dedicated Capacity resource.

Parameters

dedicatedCapacityName

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

resourceGroupName

The name of the Azure Resource group of which a given PowerBIDedicated capacity is part. This name must be at least 1 character in length, and no more than 90.

See also


Return

Represents an instance of a Dedicated Capacity resource.

Parameters

argument

Builder for com.pulumi.azurenative.powerbidedicated.kotlin.inputs.GetCapacityDetailsPlainArgs.

See also