Commitment Plan Properties Response
data class CommitmentPlanPropertiesResponse(val chargeForOverage: Boolean, val chargeForPlan: Boolean, val creationDate: String, val includedQuantities: Map<String, PlanQuantityResponse>, val maxAssociationLimit: Int, val maxCapacityLimit: Int, val minCapacityLimit: Int, val planMeter: String, val refillFrequencyInDays: Int, val suspendPlanOnOverage: Boolean)
Properties of an Azure ML commitment plan.
Constructors
Link copied to clipboard
fun CommitmentPlanPropertiesResponse(chargeForOverage: Boolean, chargeForPlan: Boolean, creationDate: String, includedQuantities: Map<String, PlanQuantityResponse>, maxAssociationLimit: Int, maxCapacityLimit: Int, minCapacityLimit: Int, planMeter: String, refillFrequencyInDays: Int, suspendPlanOnOverage: Boolean)