你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
PlanData interface
Billing plan information.
Properties
billing |
different billing cycles like MONTHLY/WEEKLY. this could be enum |
effective |
date when plan was applied |
plan |
plan id as published by Dynatrace |
usage |
different usage type like PAYG/COMMITTED. this could be enum |
Property Details
billingCycle
different billing cycles like MONTHLY/WEEKLY. this could be enum
billingCycle?: string
Property Value
string
effectiveDate
date when plan was applied
effectiveDate?: Date
Property Value
Date
planDetails
plan id as published by Dynatrace
planDetails?: string
Property Value
string
usageType
different usage type like PAYG/COMMITTED. this could be enum
usageType?: string
Property Value
string