CommitmentPlan type

Azure ML コミットメント プラン リソース。

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