CommitmentPlan type

Ресурс плана обязательств azure ML.

type CommitmentPlan = Resource & {
  etag?: string
  properties?: CommitmentPlanProperties
  sku?: ResourceSku
}