get Throughput Pool Account
suspend fun getThroughputPoolAccount(argument: GetThroughputPoolAccountPlainArgs): GetThroughputPoolAccountResult
Retrieves the properties of an existing Azure Cosmos DB Throughput Pool Uses Azure REST API version 2023-11-15-preview. Other available API versions: 2024-02-15-preview, 2024-05-15-preview, 2024-09-01-preview, 2024-12-01-preview.
Return
An Azure Cosmos DB Throughputpool Account
Parameters
argument
null
suspend fun getThroughputPoolAccount(resourceGroupName: String, throughputPoolAccountName: String, throughputPoolName: String): GetThroughputPoolAccountResult
Return
An Azure Cosmos DB Throughputpool Account
Parameters
resource Group Name
The name of the resource group. The name is case insensitive.
throughput Pool Account Name
Cosmos DB global database account in a Throughput Pool
throughput Pool Name
Cosmos DB Throughput Pool name.
See also
suspend fun getThroughputPoolAccount(argument: suspend GetThroughputPoolAccountPlainArgsBuilder.() -> Unit): GetThroughputPoolAccountResult
Return
An Azure Cosmos DB Throughputpool Account
Parameters
argument
Builder for com.pulumi.azurenative.documentdb.kotlin.inputs.GetThroughputPoolAccountPlainArgs.