get Capacity Details
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
dedicated Capacity Name
The name of the dedicated capacity. It must be a minimum of 3 characters, and a maximum of 63.
resource Group Name
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
suspend fun getCapacityDetails(argument: suspend GetCapacityDetailsPlainArgsBuilder.() -> Unit): GetCapacityDetailsResult
Return
Represents an instance of a Dedicated Capacity resource.
Parameters
argument
Builder for com.pulumi.azurenative.powerbidedicated.kotlin.inputs.GetCapacityDetailsPlainArgs.