get Throughput Pool
Retrieves the properties of an existing Azure Cosmos DB Throughput Pool Uses Azure REST API version 2024-12-01-preview. Other available API versions: 2023-11-15-preview, 2024-02-15-preview, 2024-05-15-preview, 2024-09-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native cosmosdb [ApiVersion]
. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.
Return
An Azure Cosmos DB Throughputpool.
Parameters
argument
null
suspend fun getThroughputPool(resourceGroupName: String, throughputPoolName: String): GetThroughputPoolResult
Return
An Azure Cosmos DB Throughputpool.
Parameters
resource Group Name
The name of the resource group. The name is case insensitive.
throughput Pool Name
Cosmos DB Throughput Pool name.
See also
suspend fun getThroughputPool(argument: suspend GetThroughputPoolPlainArgsBuilder.() -> Unit): GetThroughputPoolResult
Return
An Azure Cosmos DB Throughputpool.
Parameters
argument
Builder for com.pulumi.azurenative.cosmosdb.kotlin.inputs.GetThroughputPoolPlainArgs.