-
Notifications
You must be signed in to change notification settings - Fork 247
/
azure.mgmt.consumption.operations.AggregatedCostOperations.yml
86 lines (81 loc) · 3.34 KB
/
azure.mgmt.consumption.operations.AggregatedCostOperations.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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
### YamlMime:PythonClass
uid: azure.mgmt.consumption.operations.AggregatedCostOperations
name: AggregatedCostOperations
fullName: azure.mgmt.consumption.operations.AggregatedCostOperations
module: azure.mgmt.consumption.operations
inheritances:
- builtins.object
summary: "> [!WARNING]\n> DO NOT instantiate this class directly.\n>\n> \n>\n> Instead,\
\ you should access the following operations through\n>\n> <xref:azure.mgmt.consumption.ConsumptionManagementClient>'s\n\
>\n> <xref:aggregated_cost> attribute.\n>"
constructor:
syntax: AggregatedCostOperations(*args, **kwargs)
methods:
- uid: azure.mgmt.consumption.operations.AggregatedCostOperations.get_by_management_group
name: get_by_management_group
summary: 'Provides the aggregate cost of a management group and all child management
groups by current
billing period.'
signature: 'get_by_management_group(management_group_id: str, filter: str | None
= None, **kwargs: Any) -> ManagementGroupAggregatedCostResult'
parameters:
- name: management_group_id
description: Azure Management Group ID.
isRequired: true
types:
- <xref:str>
- name: filter
description: 'May be used to filter aggregated cost by properties/usageStart (Utc
time),
properties/usageEnd (Utc time). The filter supports ''eq'', ''lt'', ''gt'',
''le'', ''ge'', and ''and''. It
does not currently support ''ne'', ''or'', or ''not''. Tag filter is a key value
pair string where
key and value is separated by a colon (:). Default value is None.'
isRequired: true
types:
- <xref:str>
keywordOnlyParameters:
- name: cls
description: A custom type or function that will be passed the direct response
types:
- <xref:callable>
return:
description: ManagementGroupAggregatedCostResult, or the result of cls(response)
types:
- <xref:azure.mgmt.consumption.models.ManagementGroupAggregatedCostResult>
exceptions:
- type: azure.core.exceptions.HttpResponseError
- uid: azure.mgmt.consumption.operations.AggregatedCostOperations.get_for_billing_period_by_management_group
name: get_for_billing_period_by_management_group
summary: 'Provides the aggregate cost of a management group and all child management
groups by specified
billing period.'
signature: 'get_for_billing_period_by_management_group(management_group_id: str,
billing_period_name: str, **kwargs: Any) -> ManagementGroupAggregatedCostResult'
parameters:
- name: management_group_id
description: Azure Management Group ID.
isRequired: true
types:
- <xref:str>
- name: billing_period_name
description: Billing Period Name.
isRequired: true
types:
- <xref:str>
keywordOnlyParameters:
- name: cls
description: A custom type or function that will be passed the direct response
types:
- <xref:callable>
return:
description: ManagementGroupAggregatedCostResult, or the result of cls(response)
types:
- <xref:azure.mgmt.consumption.models.ManagementGroupAggregatedCostResult>
exceptions:
- type: azure.core.exceptions.HttpResponseError
attributes:
- uid: azure.mgmt.consumption.operations.AggregatedCostOperations.models
name: models
signature: models = <module 'azure.mgmt.consumption.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.11.9\\x64\\Lib\\site-packages\\azure\\mgmt\\consumption\\models\\__init__.py'>