-
Notifications
You must be signed in to change notification settings - Fork 187
/
UsageDetailsListOptionalParams.yml
157 lines (157 loc) · 5.77 KB
/
UsageDetailsListOptionalParams.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
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
### YamlMime:TSType
name: UsageDetailsListOptionalParams
uid: '@azure/arm-consumption.UsageDetailsListOptionalParams'
package: '@azure/arm-consumption'
summary: Optional parameters.
fullName: UsageDetailsListOptionalParams
remarks: ''
isDeprecated: false
type: interface
properties:
- name: expand
uid: '@azure/arm-consumption.UsageDetailsListOptionalParams.expand'
package: '@azure/arm-consumption'
summary: >-
May be used to expand the properties/additionalInfo or
properties/meterDetails within a list of usage details. By default, these
fields are not included when listing usage details.
fullName: expand
remarks: ''
isDeprecated: false
syntax:
content: 'expand?: string'
return:
description: ''
type: string
- name: filter
uid: '@azure/arm-consumption.UsageDetailsListOptionalParams.filter'
package: '@azure/arm-consumption'
summary: >-
May be used to filter usageDetails by properties/resourceGroup,
properties/resourceName, properties/resourceId, properties/chargeType,
properties/reservationId, properties/publisherType or tags. 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 (:). PublisherType Filter accepts
two values azure and marketplace and it is currently supported for Web
Direct Offer Type
fullName: filter
remarks: ''
isDeprecated: false
syntax:
content: 'filter?: string'
return:
description: ''
type: string
- name: metric
uid: '@azure/arm-consumption.UsageDetailsListOptionalParams.metric'
package: '@azure/arm-consumption'
summary: Allows to select different type of cost/usage records.
fullName: metric
remarks: ''
isDeprecated: false
syntax:
content: 'metric?: string'
return:
description: ''
type: string
- name: skiptoken
uid: '@azure/arm-consumption.UsageDetailsListOptionalParams.skiptoken'
package: '@azure/arm-consumption'
summary: >-
Skiptoken is only used if a previous operation returned a partial result.
If a previous response contains a nextLink element, the value of the
nextLink element will include a skiptoken parameter that specifies a
starting point to use for subsequent calls.
fullName: skiptoken
remarks: ''
isDeprecated: false
syntax:
content: 'skiptoken?: string'
return:
description: ''
type: string
- name: top
uid: '@azure/arm-consumption.UsageDetailsListOptionalParams.top'
package: '@azure/arm-consumption'
summary: >-
May be used to limit the number of results to the most recent N
usageDetails.
fullName: top
remarks: ''
isDeprecated: false
syntax:
content: 'top?: number'
return:
description: ''
type: number
inheritedProperties:
- name: abortSignal
uid: '@azure/arm-consumption.UsageDetailsListOptionalParams.abortSignal'
package: '@azure/arm-consumption'
summary: The signal which can be used to abort requests.
fullName: abortSignal
remarks: ''
isDeprecated: false
syntax:
content: 'abortSignal?: AbortSignalLike'
return:
description: ''
type: <xref uid="@azure/abort-controller.AbortSignalLike" />
inheritanceDescription: <b>Inherited From</b> coreClient.OperationOptions.abortSignal
- name: onResponse
uid: '@azure/arm-consumption.UsageDetailsListOptionalParams.onResponse'
package: '@azure/arm-consumption'
summary: |-
A function to be called each time a response is received from the server
while performing the requested operation.
May be called multiple times.
fullName: onResponse
remarks: ''
isDeprecated: false
syntax:
content: 'onResponse?: RawResponseCallback'
return:
description: ''
type: <xref uid="@azure/core-client.RawResponseCallback" />
inheritanceDescription: <b>Inherited From</b> coreClient.OperationOptions.onResponse
- name: requestOptions
uid: '@azure/arm-consumption.UsageDetailsListOptionalParams.requestOptions'
package: '@azure/arm-consumption'
summary: Options used when creating and sending HTTP requests for this operation.
fullName: requestOptions
remarks: ''
isDeprecated: false
syntax:
content: 'requestOptions?: OperationRequestOptions'
return:
description: ''
type: <xref uid="@azure/core-client.OperationRequestOptions" />
inheritanceDescription: <b>Inherited From</b> coreClient.OperationOptions.requestOptions
- name: serializerOptions
uid: '@azure/arm-consumption.UsageDetailsListOptionalParams.serializerOptions'
package: '@azure/arm-consumption'
summary: Options to override serialization/de-serialization behavior.
fullName: serializerOptions
remarks: ''
isDeprecated: false
syntax:
content: 'serializerOptions?: SerializerOptions'
return:
description: ''
type: <xref uid="@azure/core-client.SerializerOptions" />
inheritanceDescription: <b>Inherited From</b> coreClient.OperationOptions.serializerOptions
- name: tracingOptions
uid: '@azure/arm-consumption.UsageDetailsListOptionalParams.tracingOptions'
package: '@azure/arm-consumption'
summary: Options used when tracing is enabled.
fullName: tracingOptions
remarks: ''
isDeprecated: false
syntax:
content: 'tracingOptions?: OperationTracingOptions'
return:
description: ''
type: <xref uid="@azure/core-tracing.OperationTracingOptions" />
inheritanceDescription: <b>Inherited From</b> coreClient.OperationOptions.tracingOptions
extends: <xref uid="@azure/core-client.OperationOptions" />