CommitmentPlanPropertiesResponse

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
constructor(chargeForOverage: Boolean, chargeForPlan: Boolean, creationDate: String, includedQuantities: Map<String, PlanQuantityResponse>, maxAssociationLimit: Int, maxCapacityLimit: Int, minCapacityLimit: Int, planMeter: String, refillFrequencyInDays: Int, suspendPlanOnOverage: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates whether usage beyond the commitment plan's included quantities will be charged.

Link copied to clipboard

Indicates whether the commitment plan will incur a charge.

Link copied to clipboard

The date at which this commitment plan was created, in ISO 8601 format.

Link copied to clipboard

The included resource quantities this plan gives you.

Link copied to clipboard

The maximum number of commitment associations that can be children of this commitment plan.

Link copied to clipboard

The maximum scale-out capacity for this commitment plan.

Link copied to clipboard

The minimum scale-out capacity for this commitment plan.

Link copied to clipboard

The Azure meter which will be used to charge for this commitment plan.

Link copied to clipboard

The frequency at which this commitment plan's included quantities are refilled.

Link copied to clipboard

Indicates whether this commitment plan will be moved into a suspended state if usage goes beyond the commitment plan's included quantities.