get Shared Commitment Plan
suspend fun getSharedCommitmentPlan(argument: GetSharedCommitmentPlanPlainArgs): GetSharedCommitmentPlanResult
Returns a Cognitive Services commitment plan specified by the parameters. Azure REST API version: 2023-05-01. Other available API versions: 2023-10-01-preview.
Return
Cognitive Services account commitment plan.
Parameters
argument
null
suspend fun getSharedCommitmentPlan(commitmentPlanName: String, resourceGroupName: String): GetSharedCommitmentPlanResult
Return
Cognitive Services account commitment plan.
See also
Parameters
commitment Plan Name
The name of the commitmentPlan associated with the Cognitive Services Account
resource Group Name
The name of the resource group. The name is case insensitive.
suspend fun getSharedCommitmentPlan(argument: suspend GetSharedCommitmentPlanPlainArgsBuilder.() -> Unit): GetSharedCommitmentPlanResult
Return
Cognitive Services account commitment plan.
See also
Parameters
argument
Builder for com.pulumi.azurenative.cognitiveservices.kotlin.inputs.GetSharedCommitmentPlanPlainArgs.