PlanData interface
計費方案資訊。
屬性
| billing |
不同的計費週期,例如 MONTHLY/WEEKLY。 這可能是列舉 |
| effective |
套用方案的日期 |
| plan |
Dynatrace 所發佈的計劃標識符 |
| usage |
不同的使用類型,例如PAYG/COMMITTED。 這可能是列舉 |
屬性詳細資料
billingCycle
不同的計費週期,例如 MONTHLY/WEEKLY。 這可能是列舉
billingCycle?: string
屬性值
string
effectiveDate
套用方案的日期
effectiveDate?: Date
屬性值
Date
planDetails
Dynatrace 所發佈的計劃標識符
planDetails?: string
屬性值
string
usageType
不同的使用類型,例如PAYG/COMMITTED。 這可能是列舉
usageType?: string
屬性值
string