Class: Azure::Consumption::Mgmt::V2019_10_01::Models::ModernChargeSummary

Inherits:
ChargeSummary show all
Includes:
MsRestAzure
Defined in:
lib/2019-10-01/generated/azure_mgmt_consumption/models/modern_charge_summary.rb

Overview

Modern charge summary.

Instance Attribute Summary collapse

Attributes inherited from Resource

#id, #name, #tags, #type

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from Resource

#resource_group

Constructor Details

#initializeModernChargeSummary

Returns a new instance of ModernChargeSummary.

[View source]

16
17
18
# File 'lib/2019-10-01/generated/azure_mgmt_consumption/models/modern_charge_summary.rb', line 16

def initialize
  @kind = "modern"
end

Instance Attribute Details

#azure_chargesAmount

Returns Azure Charges.

Returns:


33
34
35
# File 'lib/2019-10-01/generated/azure_mgmt_consumption/models/modern_charge_summary.rb', line 33

def azure_charges
  @azure_charges
end

#billing_account_idString

Returns Billing Account Id.

Returns:

  • (String)

    Billing Account Id


42
43
44
# File 'lib/2019-10-01/generated/azure_mgmt_consumption/models/modern_charge_summary.rb', line 42

def 
  @billing_account_id
end

#billing_period_idString

belongs to.

Returns:

  • (String)

    The id of the billing period resource that the charge


24
25
26
# File 'lib/2019-10-01/generated/azure_mgmt_consumption/models/modern_charge_summary.rb', line 24

def billing_period_id
  @billing_period_id
end

#billing_profile_idString

Returns Billing Profile Id.

Returns:

  • (String)

    Billing Profile Id


45
46
47
# File 'lib/2019-10-01/generated/azure_mgmt_consumption/models/modern_charge_summary.rb', line 45

def billing_profile_id
  @billing_profile_id
end

#charges_billed_separatelyAmount

Returns Charges Billed separately.

Returns:

  • (Amount)

    Charges Billed separately.


36
37
38
# File 'lib/2019-10-01/generated/azure_mgmt_consumption/models/modern_charge_summary.rb', line 36

def charges_billed_separately
  @charges_billed_separately
end

#customer_idString

Returns Customer Id.

Returns:

  • (String)

    Customer Id


51
52
53
# File 'lib/2019-10-01/generated/azure_mgmt_consumption/models/modern_charge_summary.rb', line 51

def customer_id
  @customer_id
end

#invoice_section_idString

Returns Invoice Section Id.

Returns:

  • (String)

    Invoice Section Id


48
49
50
# File 'lib/2019-10-01/generated/azure_mgmt_consumption/models/modern_charge_summary.rb', line 48

def invoice_section_id
  @invoice_section_id
end

#is_invoicedBoolean

Returns Is charge Invoiced.

Returns:

  • (Boolean)

    Is charge Invoiced


54
55
56
# File 'lib/2019-10-01/generated/azure_mgmt_consumption/models/modern_charge_summary.rb', line 54

def is_invoiced
  @is_invoiced
end

#kindObject

Returns the value of attribute kind.


20
21
22
# File 'lib/2019-10-01/generated/azure_mgmt_consumption/models/modern_charge_summary.rb', line 20

def kind
  @kind
end

#marketplace_chargesAmount

Returns Marketplace Charges.

Returns:

  • (Amount)

    Marketplace Charges.


39
40
41
# File 'lib/2019-10-01/generated/azure_mgmt_consumption/models/modern_charge_summary.rb', line 39

def marketplace_charges
  @marketplace_charges
end

#usage_endString

Returns Usage end date.

Returns:

  • (String)

    Usage end date.


30
31
32
# File 'lib/2019-10-01/generated/azure_mgmt_consumption/models/modern_charge_summary.rb', line 30

def usage_end
  @usage_end
end

#usage_startString

Returns Usage start date.

Returns:

  • (String)

    Usage start date.


27
28
29
# File 'lib/2019-10-01/generated/azure_mgmt_consumption/models/modern_charge_summary.rb', line 27

def usage_start
  @usage_start
end

Class Method Details

.mapperObject

Mapper for ModernChargeSummary class as Ruby Hash. This will be used for serialization/deserialization.

[View source]

61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
# File 'lib/2019-10-01/generated/azure_mgmt_consumption/models/modern_charge_summary.rb', line 61

def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'modern',
    type: {
      name: 'Composite',
      class_name: 'ModernChargeSummary',
      model_properties: {
        id: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'id',
          type: {
            name: 'String'
          }
        },
        name: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'name',
          type: {
            name: 'String'
          }
        },
        type: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'type',
          type: {
            name: 'String'
          }
        },
        tags: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'tags',
          type: {
            name: 'Dictionary',
            value: {
                client_side_validation: true,
                required: false,
                serialized_name: 'StringElementType',
                type: {
                  name: 'String'
                }
            }
          }
        },
        kind: {
          client_side_validation: true,
          required: true,
          serialized_name: 'kind',
          type: {
            name: 'String'
          }
        },
        billing_period_id: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'properties.billingPeriodId',
          type: {
            name: 'String'
          }
        },
        usage_start: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'properties.usageStart',
          type: {
            name: 'String'
          }
        },
        usage_end: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'properties.usageEnd',
          type: {
            name: 'String'
          }
        },
        azure_charges: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'properties.azureCharges',
          type: {
            name: 'Composite',
            class_name: 'Amount'
          }
        },
        charges_billed_separately: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'properties.chargesBilledSeparately',
          type: {
            name: 'Composite',
            class_name: 'Amount'
          }
        },
        marketplace_charges: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'properties.marketplaceCharges',
          type: {
            name: 'Composite',
            class_name: 'Amount'
          }
        },
        billing_account_id: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'properties.billingAccountId',
          type: {
            name: 'String'
          }
        },
        billing_profile_id: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'properties.billingProfileId',
          type: {
            name: 'String'
          }
        },
        invoice_section_id: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'properties.invoiceSectionId',
          type: {
            name: 'String'
          }
        },
        customer_id: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'properties.customerId',
          type: {
            name: 'String'
          }
        },
        is_invoiced: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'properties.isInvoiced',
          type: {
            name: 'Boolean'
          }
        }
      }
    }
  }
end