Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CommitmentPlanProperties

Package version

interface

An interface representing CommitmentPlanProperties. Properties of an Azure ML commitment plan.

Hierarchy

  • CommitmentPlanProperties

Index

Properties

Optional chargeForOverage

chargeForOverage: undefined | false | true
member

{boolean} [chargeForOverage] Indicates whether usage beyond the commitment plan's included quantities will be charged. NOTE: This property will not be serialized. It can only be populated by the server.

Optional chargeForPlan

chargeForPlan: undefined | false | true
member

{boolean} [chargeForPlan] Indicates whether the commitment plan will incur a charge. NOTE: This property will not be serialized. It can only be populated by the server.

Optional creationDate

creationDate: Date
member

{Date} [creationDate] The date at which this commitment plan was created, in ISO 8601 format. NOTE: This property will not be serialized. It can only be populated by the server.

Optional includedQuantities

includedQuantities: undefined | object
member

{{ [propertyName: string]: PlanQuantity }} [includedQuantities] The included resource quantities this plan gives you. NOTE: This property will not be serialized. It can only be populated by the server.

Optional maxAssociationLimit

maxAssociationLimit: undefined | number
member

{number} [maxAssociationLimit] The maximum number of commitment associations that can be children of this commitment plan. NOTE: This property will not be serialized. It can only be populated by the server.

Optional maxCapacityLimit

maxCapacityLimit: undefined | number
member

{number} [maxCapacityLimit] The maximum scale-out capacity for this commitment plan. NOTE: This property will not be serialized. It can only be populated by the server.

Optional minCapacityLimit

minCapacityLimit: undefined | number
member

{number} [minCapacityLimit] The minimum scale-out capacity for this commitment plan. NOTE: This property will not be serialized. It can only be populated by the server.

Optional planMeter

planMeter: undefined | string
member

{string} [planMeter] The Azure meter which will be used to charge for this commitment plan. NOTE: This property will not be serialized. It can only be populated by the server.

Optional refillFrequencyInDays

refillFrequencyInDays: undefined | number
member

{number} [refillFrequencyInDays] The frequency at which this commitment plan's included quantities are refilled. NOTE: This property will not be serialized. It can only be populated by the server.

Optional suspendPlanOnOverage

suspendPlanOnOverage: undefined | false | true
member

{boolean} [suspendPlanOnOverage] Indicates whether this commitment plan will be moved into a suspended state if usage goes beyond the commitment plan's included quantities. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc