-
Notifications
You must be signed in to change notification settings - Fork 188
/
MonetaryCommitment.yml
69 lines (69 loc) · 2.3 KB
/
MonetaryCommitment.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
### YamlMime:TSType
name: MonetaryCommitment
uid: '@azure/arm-commerce.MonetaryCommitment'
package: '@azure/arm-commerce'
summary: Indicates that a monetary commitment is required for this offer
fullName: MonetaryCommitment
remarks: ''
isDeprecated: false
type: interface
properties:
- name: excludedMeterIds
uid: '@azure/arm-commerce.MonetaryCommitment.excludedMeterIds'
package: '@azure/arm-commerce'
summary: An array of meter ids that are excluded from the given offer terms.
fullName: excludedMeterIds
remarks: ''
isDeprecated: false
syntax:
content: 'excludedMeterIds?: string[]'
return:
description: ''
type: string[]
- name: name
uid: '@azure/arm-commerce.MonetaryCommitment.name'
package: '@azure/arm-commerce'
summary: >-
Polymorphic discriminator, which specifies the different types this object
can be
fullName: name
remarks: ''
isDeprecated: false
syntax:
content: 'name: "Monetary Commitment"'
return:
description: ''
type: '"Monetary Commitment"'
- name: tieredDiscount
uid: '@azure/arm-commerce.MonetaryCommitment.tieredDiscount'
package: '@azure/arm-commerce'
summary: >-
The list of key/value pairs for the tiered meter rates, in the format
'key':'value' where key = price, and value = the corresponding discount
percentage. This field is used only by offer terms of type 'Monetary
Commitment'.
fullName: tieredDiscount
remarks: ''
isDeprecated: false
syntax:
content: 'tieredDiscount?: {[propertyName: string]: number}'
return:
description: ''
type: '{[propertyName: string]: number}'
inheritedProperties:
- name: effectiveDate
uid: '@azure/arm-commerce.MonetaryCommitment.effectiveDate'
package: '@azure/arm-commerce'
summary: Indicates the date from which the offer term is effective.
fullName: effectiveDate
remarks: ''
isDeprecated: false
syntax:
content: 'effectiveDate?: Date'
return:
description: ''
type: Date
inheritanceDescription: >-
<b>Inherited From</b>
[OfferTermInfoAutoGenerated.effectiveDate](xref:@azure/arm-commerce.OfferTermInfoAutoGenerated.effectiveDate)
extends: <xref uid="@azure/arm-commerce.OfferTermInfoAutoGenerated" />