Class: Azure::Consumption::Mgmt::V2018_11_01_preview::Models::ChargeSummaryByBillingAccount

Inherits:
Resource
  • Object
show all
Includes:
MsRestAzure
Defined in:
lib/2018-11-01-preview/generated/azure_mgmt_consumption/models/charge_summary_by_billing_account.rb

Overview

A charge summary resource by billing account.

Instance Attribute Summary collapse

Attributes inherited from Resource

#id, #name, #tags, #type

Class Method Summary collapse

Methods inherited from Resource

#resource_group

Instance Attribute Details

#azure_chargesAmount

Returns Azure Charges.

Returns:



26
27
28
# File 'lib/2018-11-01-preview/generated/azure_mgmt_consumption/models/charge_summary_by_billing_account.rb', line 26

def azure_charges
  @azure_charges
end

#billing_account_idString

belongs to.

Returns:

  • (String)

    The id of the billing account resource that the charge



36
37
38
# File 'lib/2018-11-01-preview/generated/azure_mgmt_consumption/models/charge_summary_by_billing_account.rb', line 36

def 
  @billing_account_id
end

#billing_period_idString

belongs to.

Returns:

  • (String)

    The id of the billing period resource that the usage



17
18
19
# File 'lib/2018-11-01-preview/generated/azure_mgmt_consumption/models/charge_summary_by_billing_account.rb', line 17

def billing_period_id
  @billing_period_id
end

#billing_profile_idString

belongs to.

Returns:

  • (String)

    The id of the billing profile resource that the charge



40
41
42
# File 'lib/2018-11-01-preview/generated/azure_mgmt_consumption/models/charge_summary_by_billing_account.rb', line 40

def billing_profile_id
  @billing_profile_id
end

#charges_billed_separatelyAmount

Returns Charges Billed separately.

Returns:

  • (Amount)

    Charges Billed separately.



29
30
31
# File 'lib/2018-11-01-preview/generated/azure_mgmt_consumption/models/charge_summary_by_billing_account.rb', line 29

def charges_billed_separately
  @charges_billed_separately
end

#invoice_section_idString

belongs to.

Returns:

  • (String)

    The id of the invoice section resource that the charge



44
45
46
# File 'lib/2018-11-01-preview/generated/azure_mgmt_consumption/models/charge_summary_by_billing_account.rb', line 44

def invoice_section_id
  @invoice_section_id
end

#marketplace_chargesAmount

Returns Marketplace Charges.

Returns:

  • (Amount)

    Marketplace Charges.



32
33
34
# File 'lib/2018-11-01-preview/generated/azure_mgmt_consumption/models/charge_summary_by_billing_account.rb', line 32

def marketplace_charges
  @marketplace_charges
end

#usage_endString

Returns Billing period end date.

Returns:

  • (String)

    Billing period end date.



23
24
25
# File 'lib/2018-11-01-preview/generated/azure_mgmt_consumption/models/charge_summary_by_billing_account.rb', line 23

def usage_end
  @usage_end
end

#usage_startString

Returns Billing period start date.

Returns:

  • (String)

    Billing period start date.



20
21
22
# File 'lib/2018-11-01-preview/generated/azure_mgmt_consumption/models/charge_summary_by_billing_account.rb', line 20

def usage_start
  @usage_start
end

Class Method Details

.mapperObject

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



51
52
53
54
55
56
57
58
59
60
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
# File 'lib/2018-11-01-preview/generated/azure_mgmt_consumption/models/charge_summary_by_billing_account.rb', line 51

def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'ChargeSummaryByBillingAccount',
    type: {
      name: 'Composite',
      class_name: 'ChargeSummaryByBillingAccount',
      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'
                }
            }
          }
        },
        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'
          }
        }
      }
    }
  }
end