Commitment Plan Properties Response
data class CommitmentPlanPropertiesResponse(val autoRenew: Boolean? = null, val commitmentPlanGuid: String? = null, val current: CommitmentPeriodResponse? = null, val hostingModel: String? = null, val last: CommitmentPeriodResponse, val next: CommitmentPeriodResponse? = null, val planType: String? = null, val provisioningIssues: List<String>, val provisioningState: String)
Properties of Cognitive Services account commitment plan.
Constructors
Link copied to clipboard
constructor(autoRenew: Boolean? = null, commitmentPlanGuid: String? = null, current: CommitmentPeriodResponse? = null, hostingModel: String? = null, last: CommitmentPeriodResponse, next: CommitmentPeriodResponse? = null, planType: String? = null, provisioningIssues: List<String>, provisioningState: String)
Properties
Link copied to clipboard
Commitment plan guid.
Link copied to clipboard
Cognitive Services account commitment period.
Link copied to clipboard
Account hosting model.
Link copied to clipboard
Cognitive Services account commitment period.
Link copied to clipboard
Cognitive Services account commitment period.
Link copied to clipboard
The list of ProvisioningIssue.
Link copied to clipboard
Gets the status of the resource at the time the operation was called.