GetCommitmentPlanPlainArgs

data class GetCommitmentPlanPlainArgs(val accountName: String, val commitmentPlanName: String, val resourceGroupName: String) : ConvertibleToJava<GetCommitmentPlanPlainArgs>

Constructors

Link copied to clipboard
constructor(accountName: String, commitmentPlanName: String, resourceGroupName: String)

Properties

Link copied to clipboard

The name of Cognitive Services account.

Link copied to clipboard

The name of the commitmentPlan associated with the Cognitive Services Account

Link copied to clipboard

The name of the resource group. The name is case insensitive.

Functions

Link copied to clipboard
open override fun toJava(): GetCommitmentPlanPlainArgs