get Commitment Plan Association
suspend fun getCommitmentPlanAssociation(argument: GetCommitmentPlanAssociationPlainArgs): GetCommitmentPlanAssociationResult
Gets the association of the Cognitive Services commitment plan. Azure REST API version: 2023-05-01. Other available API versions: 2023-10-01-preview.
Return
The commitment plan association.
Parameters
argument
null
suspend fun getCommitmentPlanAssociation(commitmentPlanAssociationName: String, commitmentPlanName: String, resourceGroupName: String): GetCommitmentPlanAssociationResult
Return
The commitment plan association.
See also
Parameters
commitment Plan Association Name
The name of the commitment plan association with the Cognitive Services Account
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 getCommitmentPlanAssociation(argument: suspend GetCommitmentPlanAssociationPlainArgsBuilder.() -> Unit): GetCommitmentPlanAssociationResult
Return
The commitment plan association.
See also
Parameters
argument
Builder for com.pulumi.azurenative.cognitiveservices.kotlin.inputs.GetCommitmentPlanAssociationPlainArgs.