azure_mgmt_consumption 0.16.0 → 0.17.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/2017-04-24-preview/generated/azure_mgmt_consumption/consumption_management_client.rb +7 -6
- data/lib/2017-11-30/generated/azure_mgmt_consumption/consumption_management_client.rb +7 -6
- data/lib/2017-12-30-preview/generated/azure_mgmt_consumption/consumption_management_client.rb +7 -6
- data/lib/2018-01-31/generated/azure_mgmt_consumption/consumption_management_client.rb +7 -6
- data/lib/2018-01-31/generated/azure_mgmt_consumption/price_sheet.rb +28 -12
- data/lib/2018-03-31/generated/azure_mgmt_consumption.rb +84 -0
- data/lib/2018-03-31/generated/azure_mgmt_consumption/budgets.rb +993 -0
- data/lib/2018-03-31/generated/azure_mgmt_consumption/consumption_management_client.rb +289 -0
- data/lib/2018-03-31/generated/azure_mgmt_consumption/cost_tags_operations.rb +233 -0
- data/lib/2018-03-31/generated/azure_mgmt_consumption/get_balances_by_billing_account.rb +120 -0
- data/lib/2018-03-31/generated/azure_mgmt_consumption/marketplaces.rb +528 -0
- data/lib/2018-03-31/generated/azure_mgmt_consumption/marketplaces_by_billing_account.rb +536 -0
- data/lib/2018-03-31/generated/azure_mgmt_consumption/marketplaces_by_department.rb +536 -0
- data/lib/2018-03-31/generated/azure_mgmt_consumption/marketplaces_by_enrollment_accounts.rb +536 -0
- data/lib/2018-03-31/generated/azure_mgmt_consumption/models/balance.rb +281 -0
- data/lib/2018-03-31/generated/azure_mgmt_consumption/models/balance_properties_adjustment_details_item.rb +60 -0
- data/lib/2018-03-31/generated/azure_mgmt_consumption/models/balance_properties_new_purchases_details_item.rb +60 -0
- data/lib/2018-03-31/generated/azure_mgmt_consumption/models/billing_frequency.rb +17 -0
- data/lib/2018-03-31/generated/azure_mgmt_consumption/models/budget.rb +171 -0
- data/lib/2018-03-31/generated/azure_mgmt_consumption/models/budget_time_period.rb +58 -0
- data/lib/2018-03-31/generated/azure_mgmt_consumption/models/budgets_list_result.rb +101 -0
- data/lib/2018-03-31/generated/azure_mgmt_consumption/models/category_type.rb +16 -0
- data/lib/2018-03-31/generated/azure_mgmt_consumption/models/cost_tag.rb +46 -0
- data/lib/2018-03-31/generated/azure_mgmt_consumption/models/cost_tags.rb +90 -0
- data/lib/2018-03-31/generated/azure_mgmt_consumption/models/current_spend.rb +59 -0
- data/lib/2018-03-31/generated/azure_mgmt_consumption/models/datagrain.rb +16 -0
- data/lib/2018-03-31/generated/azure_mgmt_consumption/models/error_details.rb +59 -0
- data/lib/2018-03-31/generated/azure_mgmt_consumption/models/error_response.rb +48 -0
- data/lib/2018-03-31/generated/azure_mgmt_consumption/models/filters.rb +134 -0
- data/lib/2018-03-31/generated/azure_mgmt_consumption/models/marketplace.rb +375 -0
- data/lib/2018-03-31/generated/azure_mgmt_consumption/models/marketplaces_list_result.rb +101 -0
- data/lib/2018-03-31/generated/azure_mgmt_consumption/models/meter_details.rb +122 -0
- data/lib/2018-03-31/generated/azure_mgmt_consumption/models/notification.rb +139 -0
- data/lib/2018-03-31/generated/azure_mgmt_consumption/models/operation.rb +59 -0
- data/lib/2018-03-31/generated/azure_mgmt_consumption/models/operation_display.rb +72 -0
- data/lib/2018-03-31/generated/azure_mgmt_consumption/models/operation_list_result.rb +103 -0
- data/lib/2018-03-31/generated/azure_mgmt_consumption/models/operator_type.rb +17 -0
- data/lib/2018-03-31/generated/azure_mgmt_consumption/models/price_sheet_properties.rb +134 -0
- data/lib/2018-03-31/generated/azure_mgmt_consumption/models/price_sheet_result.rb +112 -0
- data/lib/2018-03-31/generated/azure_mgmt_consumption/models/proxy_resource.rb +84 -0
- data/lib/2018-03-31/generated/azure_mgmt_consumption/models/query_options.rb +45 -0
- data/lib/2018-03-31/generated/azure_mgmt_consumption/models/reservation_details.rb +187 -0
- data/lib/2018-03-31/generated/azure_mgmt_consumption/models/reservation_details_list_result.rb +100 -0
- data/lib/2018-03-31/generated/azure_mgmt_consumption/models/reservation_recommendations.rb +224 -0
- data/lib/2018-03-31/generated/azure_mgmt_consumption/models/reservation_recommendations_list_result.rb +101 -0
- data/lib/2018-03-31/generated/azure_mgmt_consumption/models/reservation_summaries.rb +205 -0
- data/lib/2018-03-31/generated/azure_mgmt_consumption/models/reservation_summaries_list_result.rb +101 -0
- data/lib/2018-03-31/generated/azure_mgmt_consumption/models/resource.rb +91 -0
- data/lib/2018-03-31/generated/azure_mgmt_consumption/models/resource_attributes.rb +59 -0
- data/lib/2018-03-31/generated/azure_mgmt_consumption/models/tag.rb +46 -0
- data/lib/2018-03-31/generated/azure_mgmt_consumption/models/tags.rb +90 -0
- data/lib/2018-03-31/generated/azure_mgmt_consumption/models/time_grain_type.rb +17 -0
- data/lib/2018-03-31/generated/azure_mgmt_consumption/models/usage_detail.rb +355 -0
- data/lib/2018-03-31/generated/azure_mgmt_consumption/models/usage_details_list_result.rb +101 -0
- data/lib/2018-03-31/generated/azure_mgmt_consumption/module_definition.rb +9 -0
- data/lib/2018-03-31/generated/azure_mgmt_consumption/operations.rb +216 -0
- data/lib/2018-03-31/generated/azure_mgmt_consumption/price_sheet.rb +262 -0
- data/lib/2018-03-31/generated/azure_mgmt_consumption/reservation_recommendations_operations.rb +226 -0
- data/lib/2018-03-31/generated/azure_mgmt_consumption/reservations_details.rb +449 -0
- data/lib/2018-03-31/generated/azure_mgmt_consumption/reservations_summaries.rb +465 -0
- data/lib/2018-03-31/generated/azure_mgmt_consumption/tags_operations.rb +113 -0
- data/lib/2018-03-31/generated/azure_mgmt_consumption/usage_details.rb +577 -0
- data/lib/2018-03-31/generated/azure_mgmt_consumption/usage_details_by_billing_account.rb +599 -0
- data/lib/2018-03-31/generated/azure_mgmt_consumption/usage_details_by_department.rb +592 -0
- data/lib/2018-03-31/generated/azure_mgmt_consumption/usage_details_by_enrollment_account.rb +599 -0
- data/lib/2018-05-31/generated/azure_mgmt_consumption.rb +49 -0
- data/lib/2018-05-31/generated/azure_mgmt_consumption/consumption_management_client.rb +144 -0
- data/lib/2018-05-31/generated/azure_mgmt_consumption/forecasts.rb +122 -0
- data/lib/2018-05-31/generated/azure_mgmt_consumption/models/bound.rb +16 -0
- data/lib/2018-05-31/generated/azure_mgmt_consumption/models/charge_type.rb +16 -0
- data/lib/2018-05-31/generated/azure_mgmt_consumption/models/error_details.rb +59 -0
- data/lib/2018-05-31/generated/azure_mgmt_consumption/models/error_response.rb +48 -0
- data/lib/2018-05-31/generated/azure_mgmt_consumption/models/forecast.rb +163 -0
- data/lib/2018-05-31/generated/azure_mgmt_consumption/models/forecast_properties_confidence_levels_item.rb +72 -0
- data/lib/2018-05-31/generated/azure_mgmt_consumption/models/forecasts_list_result.rb +56 -0
- data/lib/2018-05-31/generated/azure_mgmt_consumption/models/grain.rb +17 -0
- data/lib/2018-05-31/generated/azure_mgmt_consumption/models/meter_details.rb +122 -0
- data/lib/2018-05-31/generated/azure_mgmt_consumption/models/operation.rb +59 -0
- data/lib/2018-05-31/generated/azure_mgmt_consumption/models/operation_display.rb +72 -0
- data/lib/2018-05-31/generated/azure_mgmt_consumption/models/operation_list_result.rb +103 -0
- data/lib/2018-05-31/generated/azure_mgmt_consumption/models/price_sheet_properties.rb +146 -0
- data/lib/2018-05-31/generated/azure_mgmt_consumption/models/price_sheet_result.rb +112 -0
- data/lib/2018-05-31/generated/azure_mgmt_consumption/models/query_options.rb +45 -0
- data/lib/2018-05-31/generated/azure_mgmt_consumption/models/resource.rb +91 -0
- data/lib/2018-05-31/generated/azure_mgmt_consumption/models/usage_detail.rb +403 -0
- data/lib/2018-05-31/generated/azure_mgmt_consumption/models/usage_details_list_result.rb +101 -0
- data/lib/2018-05-31/generated/azure_mgmt_consumption/module_definition.rb +9 -0
- data/lib/2018-05-31/generated/azure_mgmt_consumption/operations.rb +216 -0
- data/lib/2018-05-31/generated/azure_mgmt_consumption/price_sheet.rb +262 -0
- data/lib/2018-05-31/generated/azure_mgmt_consumption/usage_details.rb +2289 -0
- data/lib/2018-06-30/generated/azure_mgmt_consumption.rb +85 -0
- data/lib/2018-06-30/generated/azure_mgmt_consumption/balances.rb +210 -0
- data/lib/2018-06-30/generated/azure_mgmt_consumption/budgets.rb +993 -0
- data/lib/2018-06-30/generated/azure_mgmt_consumption/consumption_management_client.rb +176 -0
- data/lib/2018-06-30/generated/azure_mgmt_consumption/cost_tags.rb +233 -0
- data/lib/2018-06-30/generated/azure_mgmt_consumption/forecasts.rb +122 -0
- data/lib/2018-06-30/generated/azure_mgmt_consumption/marketplaces.rb +2058 -0
- data/lib/2018-06-30/generated/azure_mgmt_consumption/models/balance.rb +281 -0
- data/lib/2018-06-30/generated/azure_mgmt_consumption/models/balance_properties_adjustment_details_item.rb +60 -0
- data/lib/2018-06-30/generated/azure_mgmt_consumption/models/balance_properties_new_purchases_details_item.rb +60 -0
- data/lib/2018-06-30/generated/azure_mgmt_consumption/models/billing_frequency.rb +17 -0
- data/lib/2018-06-30/generated/azure_mgmt_consumption/models/bound.rb +16 -0
- data/lib/2018-06-30/generated/azure_mgmt_consumption/models/budget.rb +171 -0
- data/lib/2018-06-30/generated/azure_mgmt_consumption/models/budget_time_period.rb +58 -0
- data/lib/2018-06-30/generated/azure_mgmt_consumption/models/budgets_list_result.rb +101 -0
- data/lib/2018-06-30/generated/azure_mgmt_consumption/models/category_type.rb +16 -0
- data/lib/2018-06-30/generated/azure_mgmt_consumption/models/charge_type.rb +16 -0
- data/lib/2018-06-30/generated/azure_mgmt_consumption/models/cost_tag.rb +90 -0
- data/lib/2018-06-30/generated/azure_mgmt_consumption/models/cost_tag_properties.rb +46 -0
- data/lib/2018-06-30/generated/azure_mgmt_consumption/models/current_spend.rb +59 -0
- data/lib/2018-06-30/generated/azure_mgmt_consumption/models/datagrain.rb +16 -0
- data/lib/2018-06-30/generated/azure_mgmt_consumption/models/error_details.rb +59 -0
- data/lib/2018-06-30/generated/azure_mgmt_consumption/models/error_response.rb +48 -0
- data/lib/2018-06-30/generated/azure_mgmt_consumption/models/filters.rb +134 -0
- data/lib/2018-06-30/generated/azure_mgmt_consumption/models/forecast.rb +163 -0
- data/lib/2018-06-30/generated/azure_mgmt_consumption/models/forecast_properties_confidence_levels_item.rb +72 -0
- data/lib/2018-06-30/generated/azure_mgmt_consumption/models/forecasts_list_result.rb +56 -0
- data/lib/2018-06-30/generated/azure_mgmt_consumption/models/grain.rb +17 -0
- data/lib/2018-06-30/generated/azure_mgmt_consumption/models/marketplace.rb +375 -0
- data/lib/2018-06-30/generated/azure_mgmt_consumption/models/marketplaces_list_result.rb +101 -0
- data/lib/2018-06-30/generated/azure_mgmt_consumption/models/meter_details.rb +146 -0
- data/lib/2018-06-30/generated/azure_mgmt_consumption/models/notification.rb +139 -0
- data/lib/2018-06-30/generated/azure_mgmt_consumption/models/operation.rb +59 -0
- data/lib/2018-06-30/generated/azure_mgmt_consumption/models/operation_display.rb +72 -0
- data/lib/2018-06-30/generated/azure_mgmt_consumption/models/operation_list_result.rb +103 -0
- data/lib/2018-06-30/generated/azure_mgmt_consumption/models/operator_type.rb +17 -0
- data/lib/2018-06-30/generated/azure_mgmt_consumption/models/price_sheet_properties.rb +146 -0
- data/lib/2018-06-30/generated/azure_mgmt_consumption/models/price_sheet_result.rb +112 -0
- data/lib/2018-06-30/generated/azure_mgmt_consumption/models/proxy_resource.rb +84 -0
- data/lib/2018-06-30/generated/azure_mgmt_consumption/models/query_options.rb +45 -0
- data/lib/2018-06-30/generated/azure_mgmt_consumption/models/reservation_detail.rb +187 -0
- data/lib/2018-06-30/generated/azure_mgmt_consumption/models/reservation_details_list_result.rb +100 -0
- data/lib/2018-06-30/generated/azure_mgmt_consumption/models/reservation_recommendation.rb +224 -0
- data/lib/2018-06-30/generated/azure_mgmt_consumption/models/reservation_recommendations_list_result.rb +101 -0
- data/lib/2018-06-30/generated/azure_mgmt_consumption/models/reservation_summaries_list_result.rb +100 -0
- data/lib/2018-06-30/generated/azure_mgmt_consumption/models/reservation_summary.rb +205 -0
- data/lib/2018-06-30/generated/azure_mgmt_consumption/models/resource.rb +91 -0
- data/lib/2018-06-30/generated/azure_mgmt_consumption/models/resource_attributes.rb +59 -0
- data/lib/2018-06-30/generated/azure_mgmt_consumption/models/tag.rb +46 -0
- data/lib/2018-06-30/generated/azure_mgmt_consumption/models/tags_result.rb +90 -0
- data/lib/2018-06-30/generated/azure_mgmt_consumption/models/time_grain_type.rb +17 -0
- data/lib/2018-06-30/generated/azure_mgmt_consumption/models/usage_detail.rb +415 -0
- data/lib/2018-06-30/generated/azure_mgmt_consumption/models/usage_details_list_result.rb +101 -0
- data/lib/2018-06-30/generated/azure_mgmt_consumption/module_definition.rb +9 -0
- data/lib/2018-06-30/generated/azure_mgmt_consumption/operations.rb +216 -0
- data/lib/2018-06-30/generated/azure_mgmt_consumption/price_sheet.rb +262 -0
- data/lib/2018-06-30/generated/azure_mgmt_consumption/reservation_recommendations.rb +226 -0
- data/lib/2018-06-30/generated/azure_mgmt_consumption/reservations_details.rb +449 -0
- data/lib/2018-06-30/generated/azure_mgmt_consumption/reservations_summaries.rb +465 -0
- data/lib/2018-06-30/generated/azure_mgmt_consumption/tags.rb +113 -0
- data/lib/2018-06-30/generated/azure_mgmt_consumption/usage_details.rb +2289 -0
- data/lib/azure_mgmt_consumption.rb +4 -1
- data/lib/profiles/latest/modules/consumption_profile_module.rb +160 -78
- data/lib/version.rb +1 -1
- metadata +150 -4
@@ -0,0 +1,163 @@
|
|
1
|
+
# encoding: utf-8
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator.
|
3
|
+
# Changes may cause incorrect behavior and will be lost if the code is
|
4
|
+
# regenerated.
|
5
|
+
|
6
|
+
module Azure::Consumption::Mgmt::V2018_05_31
|
7
|
+
module Models
|
8
|
+
#
|
9
|
+
# A forecast resource.
|
10
|
+
#
|
11
|
+
class Forecast < Resource
|
12
|
+
|
13
|
+
include MsRestAzure
|
14
|
+
|
15
|
+
# @return [String] The usage date of the forecast.
|
16
|
+
attr_accessor :usage_date
|
17
|
+
|
18
|
+
# @return [Grain] The granularity of forecast. Possible values include:
|
19
|
+
# 'Daily', 'Monthly', 'Yearly'
|
20
|
+
attr_accessor :grain
|
21
|
+
|
22
|
+
# @return The amount of charge
|
23
|
+
attr_accessor :charge
|
24
|
+
|
25
|
+
# @return [String] The ISO currency in which the meter is charged, for
|
26
|
+
# example, USD.
|
27
|
+
attr_accessor :currency
|
28
|
+
|
29
|
+
# @return [ChargeType] The type of the charge. Could be actual or
|
30
|
+
# forecast. Possible values include: 'Actual', 'Forecast'
|
31
|
+
attr_accessor :charge_type
|
32
|
+
|
33
|
+
# @return [Array<ForecastPropertiesConfidenceLevelsItem>] The details
|
34
|
+
# about the forecast confidence levels. This is populated only when
|
35
|
+
# chargeType is Forecast.
|
36
|
+
attr_accessor :confidence_levels
|
37
|
+
|
38
|
+
|
39
|
+
#
|
40
|
+
# Mapper for Forecast class as Ruby Hash.
|
41
|
+
# This will be used for serialization/deserialization.
|
42
|
+
#
|
43
|
+
def self.mapper()
|
44
|
+
{
|
45
|
+
client_side_validation: true,
|
46
|
+
required: false,
|
47
|
+
serialized_name: 'Forecast',
|
48
|
+
type: {
|
49
|
+
name: 'Composite',
|
50
|
+
class_name: 'Forecast',
|
51
|
+
model_properties: {
|
52
|
+
id: {
|
53
|
+
client_side_validation: true,
|
54
|
+
required: false,
|
55
|
+
read_only: true,
|
56
|
+
serialized_name: 'id',
|
57
|
+
type: {
|
58
|
+
name: 'String'
|
59
|
+
}
|
60
|
+
},
|
61
|
+
name: {
|
62
|
+
client_side_validation: true,
|
63
|
+
required: false,
|
64
|
+
read_only: true,
|
65
|
+
serialized_name: 'name',
|
66
|
+
type: {
|
67
|
+
name: 'String'
|
68
|
+
}
|
69
|
+
},
|
70
|
+
type: {
|
71
|
+
client_side_validation: true,
|
72
|
+
required: false,
|
73
|
+
read_only: true,
|
74
|
+
serialized_name: 'type',
|
75
|
+
type: {
|
76
|
+
name: 'String'
|
77
|
+
}
|
78
|
+
},
|
79
|
+
tags: {
|
80
|
+
client_side_validation: true,
|
81
|
+
required: false,
|
82
|
+
read_only: true,
|
83
|
+
serialized_name: 'tags',
|
84
|
+
type: {
|
85
|
+
name: 'Dictionary',
|
86
|
+
value: {
|
87
|
+
client_side_validation: true,
|
88
|
+
required: false,
|
89
|
+
serialized_name: 'StringElementType',
|
90
|
+
type: {
|
91
|
+
name: 'String'
|
92
|
+
}
|
93
|
+
}
|
94
|
+
}
|
95
|
+
},
|
96
|
+
usage_date: {
|
97
|
+
client_side_validation: true,
|
98
|
+
required: false,
|
99
|
+
read_only: true,
|
100
|
+
serialized_name: 'properties.usageDate',
|
101
|
+
type: {
|
102
|
+
name: 'String'
|
103
|
+
}
|
104
|
+
},
|
105
|
+
grain: {
|
106
|
+
client_side_validation: true,
|
107
|
+
required: false,
|
108
|
+
serialized_name: 'properties.grain',
|
109
|
+
type: {
|
110
|
+
name: 'String'
|
111
|
+
}
|
112
|
+
},
|
113
|
+
charge: {
|
114
|
+
client_side_validation: true,
|
115
|
+
required: false,
|
116
|
+
read_only: true,
|
117
|
+
serialized_name: 'properties.charge',
|
118
|
+
type: {
|
119
|
+
name: 'Number'
|
120
|
+
}
|
121
|
+
},
|
122
|
+
currency: {
|
123
|
+
client_side_validation: true,
|
124
|
+
required: false,
|
125
|
+
read_only: true,
|
126
|
+
serialized_name: 'properties.currency',
|
127
|
+
type: {
|
128
|
+
name: 'String'
|
129
|
+
}
|
130
|
+
},
|
131
|
+
charge_type: {
|
132
|
+
client_side_validation: true,
|
133
|
+
required: false,
|
134
|
+
serialized_name: 'properties.chargeType',
|
135
|
+
type: {
|
136
|
+
name: 'String'
|
137
|
+
}
|
138
|
+
},
|
139
|
+
confidence_levels: {
|
140
|
+
client_side_validation: true,
|
141
|
+
required: false,
|
142
|
+
read_only: true,
|
143
|
+
serialized_name: 'properties.confidenceLevels',
|
144
|
+
type: {
|
145
|
+
name: 'Sequence',
|
146
|
+
element: {
|
147
|
+
client_side_validation: true,
|
148
|
+
required: false,
|
149
|
+
serialized_name: 'ForecastPropertiesConfidenceLevelsItemElementType',
|
150
|
+
type: {
|
151
|
+
name: 'Composite',
|
152
|
+
class_name: 'ForecastPropertiesConfidenceLevelsItem'
|
153
|
+
}
|
154
|
+
}
|
155
|
+
}
|
156
|
+
}
|
157
|
+
}
|
158
|
+
}
|
159
|
+
}
|
160
|
+
end
|
161
|
+
end
|
162
|
+
end
|
163
|
+
end
|
@@ -0,0 +1,72 @@
|
|
1
|
+
# encoding: utf-8
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator.
|
3
|
+
# Changes may cause incorrect behavior and will be lost if the code is
|
4
|
+
# regenerated.
|
5
|
+
|
6
|
+
module Azure::Consumption::Mgmt::V2018_05_31
|
7
|
+
module Models
|
8
|
+
#
|
9
|
+
# Model object.
|
10
|
+
#
|
11
|
+
#
|
12
|
+
class ForecastPropertiesConfidenceLevelsItem
|
13
|
+
|
14
|
+
include MsRestAzure
|
15
|
+
|
16
|
+
# @return The percentage level of the confidence
|
17
|
+
attr_accessor :percentage
|
18
|
+
|
19
|
+
# @return [Bound] The boundary of the percentage, values could be 'Upper'
|
20
|
+
# or 'Lower'. Possible values include: 'Upper', 'Lower'
|
21
|
+
attr_accessor :bound
|
22
|
+
|
23
|
+
# @return The amount of forecast within the percentage level
|
24
|
+
attr_accessor :value
|
25
|
+
|
26
|
+
|
27
|
+
#
|
28
|
+
# Mapper for ForecastPropertiesConfidenceLevelsItem class as Ruby Hash.
|
29
|
+
# This will be used for serialization/deserialization.
|
30
|
+
#
|
31
|
+
def self.mapper()
|
32
|
+
{
|
33
|
+
client_side_validation: true,
|
34
|
+
required: false,
|
35
|
+
serialized_name: 'ForecastProperties_confidenceLevelsItem',
|
36
|
+
type: {
|
37
|
+
name: 'Composite',
|
38
|
+
class_name: 'ForecastPropertiesConfidenceLevelsItem',
|
39
|
+
model_properties: {
|
40
|
+
percentage: {
|
41
|
+
client_side_validation: true,
|
42
|
+
required: false,
|
43
|
+
read_only: true,
|
44
|
+
serialized_name: 'percentage',
|
45
|
+
type: {
|
46
|
+
name: 'Number'
|
47
|
+
}
|
48
|
+
},
|
49
|
+
bound: {
|
50
|
+
client_side_validation: true,
|
51
|
+
required: false,
|
52
|
+
serialized_name: 'bound',
|
53
|
+
type: {
|
54
|
+
name: 'String'
|
55
|
+
}
|
56
|
+
},
|
57
|
+
value: {
|
58
|
+
client_side_validation: true,
|
59
|
+
required: false,
|
60
|
+
read_only: true,
|
61
|
+
serialized_name: 'value',
|
62
|
+
type: {
|
63
|
+
name: 'Number'
|
64
|
+
}
|
65
|
+
}
|
66
|
+
}
|
67
|
+
}
|
68
|
+
}
|
69
|
+
end
|
70
|
+
end
|
71
|
+
end
|
72
|
+
end
|
@@ -0,0 +1,56 @@
|
|
1
|
+
# encoding: utf-8
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator.
|
3
|
+
# Changes may cause incorrect behavior and will be lost if the code is
|
4
|
+
# regenerated.
|
5
|
+
|
6
|
+
module Azure::Consumption::Mgmt::V2018_05_31
|
7
|
+
module Models
|
8
|
+
#
|
9
|
+
# Result of listing forecasts. It contains a list of available forecasts.
|
10
|
+
#
|
11
|
+
class ForecastsListResult
|
12
|
+
|
13
|
+
include MsRestAzure
|
14
|
+
|
15
|
+
# @return [Array<Forecast>] The list of forecasts.
|
16
|
+
attr_accessor :value
|
17
|
+
|
18
|
+
|
19
|
+
#
|
20
|
+
# Mapper for ForecastsListResult class as Ruby Hash.
|
21
|
+
# This will be used for serialization/deserialization.
|
22
|
+
#
|
23
|
+
def self.mapper()
|
24
|
+
{
|
25
|
+
client_side_validation: true,
|
26
|
+
required: false,
|
27
|
+
serialized_name: 'ForecastsListResult',
|
28
|
+
type: {
|
29
|
+
name: 'Composite',
|
30
|
+
class_name: 'ForecastsListResult',
|
31
|
+
model_properties: {
|
32
|
+
value: {
|
33
|
+
client_side_validation: true,
|
34
|
+
required: false,
|
35
|
+
read_only: true,
|
36
|
+
serialized_name: 'value',
|
37
|
+
type: {
|
38
|
+
name: 'Sequence',
|
39
|
+
element: {
|
40
|
+
client_side_validation: true,
|
41
|
+
required: false,
|
42
|
+
serialized_name: 'ForecastElementType',
|
43
|
+
type: {
|
44
|
+
name: 'Composite',
|
45
|
+
class_name: 'Forecast'
|
46
|
+
}
|
47
|
+
}
|
48
|
+
}
|
49
|
+
}
|
50
|
+
}
|
51
|
+
}
|
52
|
+
}
|
53
|
+
end
|
54
|
+
end
|
55
|
+
end
|
56
|
+
end
|
@@ -0,0 +1,17 @@
|
|
1
|
+
# encoding: utf-8
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator.
|
3
|
+
# Changes may cause incorrect behavior and will be lost if the code is
|
4
|
+
# regenerated.
|
5
|
+
|
6
|
+
module Azure::Consumption::Mgmt::V2018_05_31
|
7
|
+
module Models
|
8
|
+
#
|
9
|
+
# Defines values for Grain
|
10
|
+
#
|
11
|
+
module Grain
|
12
|
+
Daily = "Daily"
|
13
|
+
Monthly = "Monthly"
|
14
|
+
Yearly = "Yearly"
|
15
|
+
end
|
16
|
+
end
|
17
|
+
end
|
@@ -0,0 +1,122 @@
|
|
1
|
+
# encoding: utf-8
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator.
|
3
|
+
# Changes may cause incorrect behavior and will be lost if the code is
|
4
|
+
# regenerated.
|
5
|
+
|
6
|
+
module Azure::Consumption::Mgmt::V2018_05_31
|
7
|
+
module Models
|
8
|
+
#
|
9
|
+
# The properties of the meter detail.
|
10
|
+
#
|
11
|
+
class MeterDetails
|
12
|
+
|
13
|
+
include MsRestAzure
|
14
|
+
|
15
|
+
# @return [String] The name of the meter, within the given meter category
|
16
|
+
attr_accessor :meter_name
|
17
|
+
|
18
|
+
# @return [String] The category of the meter, for example, 'Cloud
|
19
|
+
# services', 'Networking', etc..
|
20
|
+
attr_accessor :meter_category
|
21
|
+
|
22
|
+
# @return [String] The subcategory of the meter, for example, 'A6 Cloud
|
23
|
+
# services', 'ExpressRoute (IXP)', etc..
|
24
|
+
attr_accessor :meter_sub_category
|
25
|
+
|
26
|
+
# @return [String] The unit in which the meter consumption is charged,
|
27
|
+
# for example, 'Hours', 'GB', etc.
|
28
|
+
attr_accessor :unit
|
29
|
+
|
30
|
+
# @return [String] The location in which the Azure service is available.
|
31
|
+
attr_accessor :meter_location
|
32
|
+
|
33
|
+
# @return The total included quantity associated with the offer.
|
34
|
+
attr_accessor :total_included_quantity
|
35
|
+
|
36
|
+
# @return The pretax listing price.
|
37
|
+
attr_accessor :pretax_standard_rate
|
38
|
+
|
39
|
+
|
40
|
+
#
|
41
|
+
# Mapper for MeterDetails class as Ruby Hash.
|
42
|
+
# This will be used for serialization/deserialization.
|
43
|
+
#
|
44
|
+
def self.mapper()
|
45
|
+
{
|
46
|
+
client_side_validation: true,
|
47
|
+
required: false,
|
48
|
+
serialized_name: 'MeterDetails',
|
49
|
+
type: {
|
50
|
+
name: 'Composite',
|
51
|
+
class_name: 'MeterDetails',
|
52
|
+
model_properties: {
|
53
|
+
meter_name: {
|
54
|
+
client_side_validation: true,
|
55
|
+
required: false,
|
56
|
+
read_only: true,
|
57
|
+
serialized_name: 'meterName',
|
58
|
+
type: {
|
59
|
+
name: 'String'
|
60
|
+
}
|
61
|
+
},
|
62
|
+
meter_category: {
|
63
|
+
client_side_validation: true,
|
64
|
+
required: false,
|
65
|
+
read_only: true,
|
66
|
+
serialized_name: 'meterCategory',
|
67
|
+
type: {
|
68
|
+
name: 'String'
|
69
|
+
}
|
70
|
+
},
|
71
|
+
meter_sub_category: {
|
72
|
+
client_side_validation: true,
|
73
|
+
required: false,
|
74
|
+
read_only: true,
|
75
|
+
serialized_name: 'meterSubCategory',
|
76
|
+
type: {
|
77
|
+
name: 'String'
|
78
|
+
}
|
79
|
+
},
|
80
|
+
unit: {
|
81
|
+
client_side_validation: true,
|
82
|
+
required: false,
|
83
|
+
read_only: true,
|
84
|
+
serialized_name: 'unit',
|
85
|
+
type: {
|
86
|
+
name: 'String'
|
87
|
+
}
|
88
|
+
},
|
89
|
+
meter_location: {
|
90
|
+
client_side_validation: true,
|
91
|
+
required: false,
|
92
|
+
read_only: true,
|
93
|
+
serialized_name: 'meterLocation',
|
94
|
+
type: {
|
95
|
+
name: 'String'
|
96
|
+
}
|
97
|
+
},
|
98
|
+
total_included_quantity: {
|
99
|
+
client_side_validation: true,
|
100
|
+
required: false,
|
101
|
+
read_only: true,
|
102
|
+
serialized_name: 'totalIncludedQuantity',
|
103
|
+
type: {
|
104
|
+
name: 'Number'
|
105
|
+
}
|
106
|
+
},
|
107
|
+
pretax_standard_rate: {
|
108
|
+
client_side_validation: true,
|
109
|
+
required: false,
|
110
|
+
read_only: true,
|
111
|
+
serialized_name: 'pretaxStandardRate',
|
112
|
+
type: {
|
113
|
+
name: 'Number'
|
114
|
+
}
|
115
|
+
}
|
116
|
+
}
|
117
|
+
}
|
118
|
+
}
|
119
|
+
end
|
120
|
+
end
|
121
|
+
end
|
122
|
+
end
|
@@ -0,0 +1,59 @@
|
|
1
|
+
# encoding: utf-8
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator.
|
3
|
+
# Changes may cause incorrect behavior and will be lost if the code is
|
4
|
+
# regenerated.
|
5
|
+
|
6
|
+
module Azure::Consumption::Mgmt::V2018_05_31
|
7
|
+
module Models
|
8
|
+
#
|
9
|
+
# A Consumption REST API operation.
|
10
|
+
#
|
11
|
+
class Operation
|
12
|
+
|
13
|
+
include MsRestAzure
|
14
|
+
|
15
|
+
# @return [String] Operation name: {provider}/{resource}/{operation}.
|
16
|
+
attr_accessor :name
|
17
|
+
|
18
|
+
# @return [OperationDisplay] The object that represents the operation.
|
19
|
+
attr_accessor :display
|
20
|
+
|
21
|
+
|
22
|
+
#
|
23
|
+
# Mapper for Operation class as Ruby Hash.
|
24
|
+
# This will be used for serialization/deserialization.
|
25
|
+
#
|
26
|
+
def self.mapper()
|
27
|
+
{
|
28
|
+
client_side_validation: true,
|
29
|
+
required: false,
|
30
|
+
serialized_name: 'Operation',
|
31
|
+
type: {
|
32
|
+
name: 'Composite',
|
33
|
+
class_name: 'Operation',
|
34
|
+
model_properties: {
|
35
|
+
name: {
|
36
|
+
client_side_validation: true,
|
37
|
+
required: false,
|
38
|
+
read_only: true,
|
39
|
+
serialized_name: 'name',
|
40
|
+
type: {
|
41
|
+
name: 'String'
|
42
|
+
}
|
43
|
+
},
|
44
|
+
display: {
|
45
|
+
client_side_validation: true,
|
46
|
+
required: false,
|
47
|
+
serialized_name: 'display',
|
48
|
+
type: {
|
49
|
+
name: 'Composite',
|
50
|
+
class_name: 'OperationDisplay'
|
51
|
+
}
|
52
|
+
}
|
53
|
+
}
|
54
|
+
}
|
55
|
+
}
|
56
|
+
end
|
57
|
+
end
|
58
|
+
end
|
59
|
+
end
|