Class: Azure::Consumption::Mgmt::V2019_10_01::Models::ModernChargeSummary
- Inherits:
-
ChargeSummary
- Object
- Resource
- ChargeSummary
- Azure::Consumption::Mgmt::V2019_10_01::Models::ModernChargeSummary
- 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
-
#azure_charges ⇒ Amount
Azure Charges.
-
#billing_account_id ⇒ String
Billing Account Id.
-
#billing_period_id ⇒ String
belongs to.
-
#billing_profile_id ⇒ String
Billing Profile Id.
-
#charges_billed_separately ⇒ Amount
Charges Billed separately.
-
#customer_id ⇒ String
Customer Id.
-
#invoice_section_id ⇒ String
Invoice Section Id.
-
#is_invoiced ⇒ Boolean
Is charge Invoiced.
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#marketplace_charges ⇒ Amount
Marketplace Charges.
-
#usage_end ⇒ String
Usage end date.
-
#usage_start ⇒ String
Usage start date.
Attributes inherited from Resource
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for ModernChargeSummary class as Ruby Hash.
Instance Method Summary collapse
-
#initialize ⇒ ModernChargeSummary
constructor
A new instance of ModernChargeSummary.
Methods inherited from Resource
Constructor Details
#initialize ⇒ ModernChargeSummary
Returns a new instance of ModernChargeSummary.
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_charges ⇒ Amount
Returns Azure Charges.
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_id ⇒ String
Returns 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 @billing_account_id end |
#billing_period_id ⇒ String
belongs to.
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_id ⇒ String
Returns 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_separately ⇒ Amount
Returns 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_id ⇒ String
Returns 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_id ⇒ String
Returns 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_invoiced ⇒ Boolean
Returns 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 |
#kind ⇒ Object
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_charges ⇒ Amount
Returns 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_end ⇒ String
Returns 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_start ⇒ String
Returns 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
.mapper ⇒ Object
Mapper for ModernChargeSummary class as Ruby Hash. This will be used for serialization/deserialization.
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 |