PlanData interface
NewRelic Monitor リソースのデータを計画する
プロパティ
billing |
月単位や週単位など、さまざまな請求サイクル。 これは列挙型である可能性があります |
effective |
プランが適用された日付 |
plan |
NewRelic によって発行されたプラン ID |
usage |
PAYG/COMMITTED など、さまざまな使用の種類。 これは列挙型である可能性があります |
プロパティの詳細
billingCycle
月単位や週単位など、さまざまな請求サイクル。 これは列挙型である可能性があります
billingCycle?: string
プロパティ値
string
effectiveDate
プランが適用された日付
effectiveDate?: Date
プロパティ値
Date
planDetails
NewRelic によって発行されたプラン ID
planDetails?: string
プロパティ値
string
usageType
PAYG/COMMITTED など、さまざまな使用の種類。 これは列挙型である可能性があります
usageType?: string
プロパティ値
string