@azure/arm-resourcehealth 1.2.1 → 3.0.0-alpha.20211221.1
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +26 -0
- package/{LICENSE.txt → LICENSE} +2 -2
- package/README.md +69 -83
- package/dist/index.js +1811 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/src/index.d.ts +6 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +13 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/microsoftResourceHealth.d.ts +20 -0
- package/dist-esm/src/microsoftResourceHealth.d.ts.map +1 -0
- package/dist-esm/src/microsoftResourceHealth.js +27 -0
- package/dist-esm/src/microsoftResourceHealth.js.map +1 -0
- package/dist-esm/src/microsoftResourceHealthContext.d.ts +17 -0
- package/dist-esm/src/microsoftResourceHealthContext.d.ts.map +1 -0
- package/dist-esm/src/microsoftResourceHealthContext.js +50 -0
- package/dist-esm/src/microsoftResourceHealthContext.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +402 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +22 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +21 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +393 -170
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +12 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/parameters.js +52 -36
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/availabilityStatuses.d.ts +102 -0
- package/dist-esm/src/operations/availabilityStatuses.d.ts.map +1 -0
- package/dist-esm/src/operations/availabilityStatuses.js +407 -0
- package/dist-esm/src/operations/availabilityStatuses.js.map +1 -0
- package/dist-esm/src/operations/childAvailabilityStatuses.d.ts +51 -0
- package/dist-esm/src/operations/childAvailabilityStatuses.d.ts.map +1 -0
- package/dist-esm/src/operations/childAvailabilityStatuses.js +173 -0
- package/dist-esm/src/operations/childAvailabilityStatuses.js.map +1 -0
- package/dist-esm/src/operations/childResources.d.ts +43 -0
- package/dist-esm/src/operations/childResources.d.ts.map +1 -0
- package/dist-esm/src/operations/childResources.js +143 -0
- package/dist-esm/src/operations/childResources.js.map +1 -0
- package/dist-esm/src/operations/emergingIssues.d.ts +37 -0
- package/dist-esm/src/operations/emergingIssues.d.ts.map +1 -0
- package/dist-esm/src/operations/emergingIssues.js +143 -0
- package/dist-esm/src/operations/emergingIssues.js.map +1 -0
- package/dist-esm/src/operations/index.d.ts +6 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/dist-esm/src/operations/index.js +13 -0
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +18 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +46 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/availabilityStatuses.d.ts +40 -0
- package/dist-esm/src/operationsInterfaces/availabilityStatuses.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/availabilityStatuses.js +9 -0
- package/dist-esm/src/operationsInterfaces/availabilityStatuses.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/childAvailabilityStatuses.d.ts +23 -0
- package/dist-esm/src/operationsInterfaces/childAvailabilityStatuses.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/childAvailabilityStatuses.js +9 -0
- package/dist-esm/src/operationsInterfaces/childAvailabilityStatuses.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/childResources.d.ts +15 -0
- package/dist-esm/src/operationsInterfaces/childResources.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/childResources.js +9 -0
- package/dist-esm/src/operationsInterfaces/childResources.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/emergingIssues.d.ts +16 -0
- package/dist-esm/src/operationsInterfaces/emergingIssues.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/emergingIssues.js +9 -0
- package/dist-esm/src/operationsInterfaces/emergingIssues.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +6 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +13 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +10 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.js +9 -0
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/test/sampleTest.d.ts +2 -0
- package/dist-esm/test/sampleTest.d.ts.map +1 -0
- package/dist-esm/test/sampleTest.js +40 -0
- package/dist-esm/test/sampleTest.js.map +1 -0
- package/package.json +67 -24
- package/review/arm-resourcehealth.api.md +396 -0
- package/rollup.config.js +184 -27
- package/src/index.ts +13 -0
- package/src/microsoftResourceHealth.ts +40 -38
- package/src/microsoftResourceHealthContext.ts +49 -47
- package/src/models/index.ts +382 -532
- package/src/models/mappers.ts +409 -175
- package/src/models/parameters.ts +66 -37
- package/src/operations/availabilityStatuses.ts +335 -272
- package/src/operations/childAvailabilityStatuses.ts +210 -0
- package/src/operations/childResources.ts +168 -0
- package/src/operations/emergingIssues.ts +165 -0
- package/src/operations/index.ts +6 -5
- package/src/operations/operations.ts +26 -41
- package/src/operationsInterfaces/availabilityStatuses.ts +67 -0
- package/src/operationsInterfaces/childAvailabilityStatuses.ts +43 -0
- package/src/operationsInterfaces/childResources.ts +30 -0
- package/src/operationsInterfaces/emergingIssues.ts +34 -0
- package/src/operationsInterfaces/index.ts +13 -0
- package/src/operationsInterfaces/operations.ts +21 -0
- package/tsconfig.json +4 -4
- package/types/arm-resourcehealth.d.ts +588 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-resourcehealth.js +0 -1047
- package/dist/arm-resourcehealth.js.map +0 -1
- package/dist/arm-resourcehealth.min.js +0 -1
- package/dist/arm-resourcehealth.min.js.map +0 -1
- package/esm/microsoftResourceHealth.d.ts +0 -26
- package/esm/microsoftResourceHealth.d.ts.map +0 -1
- package/esm/microsoftResourceHealth.js +0 -40
- package/esm/microsoftResourceHealth.js.map +0 -1
- package/esm/microsoftResourceHealthContext.d.ts +0 -23
- package/esm/microsoftResourceHealthContext.d.ts.map +0 -1
- package/esm/microsoftResourceHealthContext.js +0 -62
- package/esm/microsoftResourceHealthContext.js.map +0 -1
- package/esm/models/availabilityStatusesMappers.d.ts +0 -2
- package/esm/models/availabilityStatusesMappers.d.ts.map +0 -1
- package/esm/models/availabilityStatusesMappers.js +0 -11
- package/esm/models/availabilityStatusesMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -589
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js +0 -10
- package/esm/models/index.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -16
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js +0 -11
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -10
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js.map +0 -1
- package/esm/operations/availabilityStatuses.d.ts +0 -166
- package/esm/operations/availabilityStatuses.d.ts.map +0 -1
- package/esm/operations/availabilityStatuses.js +0 -225
- package/esm/operations/availabilityStatuses.js.map +0 -1
- package/esm/operations/index.d.ts +0 -3
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js +0 -12
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -28
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -51
- package/esm/operations/operations.js.map +0 -1
- package/src/models/availabilityStatusesMappers.ts +0 -22
- package/src/models/operationsMappers.ts +0 -17
package/esm/models/index.d.ts
DELETED
@@ -1,589 +0,0 @@
|
|
1
|
-
import { BaseResource, CloudError, AzureServiceClientOptions } from "@azure/ms-rest-azure-js";
|
2
|
-
import * as msRest from "@azure/ms-rest-js";
|
3
|
-
export { BaseResource, CloudError };
|
4
|
-
/**
|
5
|
-
* @interface
|
6
|
-
* An interface representing AvailabilityStatusPropertiesRecentlyResolvedState.
|
7
|
-
* An annotation describing a change in the availabilityState to Available from
|
8
|
-
* Unavailable with a reasonType of type Unplanned
|
9
|
-
*
|
10
|
-
*/
|
11
|
-
export interface AvailabilityStatusPropertiesRecentlyResolvedState {
|
12
|
-
/**
|
13
|
-
* @member {Date} [unavailableOccurredTime] Timestamp for when the
|
14
|
-
* availabilityState changed to Unavailable
|
15
|
-
*/
|
16
|
-
unavailableOccurredTime?: Date;
|
17
|
-
/**
|
18
|
-
* @member {Date} [resolvedTime] Timestamp when the availabilityState changes
|
19
|
-
* to Available.
|
20
|
-
*/
|
21
|
-
resolvedTime?: Date;
|
22
|
-
/**
|
23
|
-
* @member {string} [unavailabilitySummary] Brief description of cause of the
|
24
|
-
* resource becoming unavailable.
|
25
|
-
*/
|
26
|
-
unavailabilitySummary?: string;
|
27
|
-
}
|
28
|
-
/**
|
29
|
-
* @interface
|
30
|
-
* An interface representing RecommendedAction.
|
31
|
-
* Lists actions the user can take based on the current availabilityState of
|
32
|
-
* the resource.
|
33
|
-
*
|
34
|
-
*/
|
35
|
-
export interface RecommendedAction {
|
36
|
-
/**
|
37
|
-
* @member {string} [action] Recommended action.
|
38
|
-
*/
|
39
|
-
action?: string;
|
40
|
-
/**
|
41
|
-
* @member {string} [actionUrl] Link to the action
|
42
|
-
*/
|
43
|
-
actionUrl?: string;
|
44
|
-
/**
|
45
|
-
* @member {string} [actionUrlText] Substring of action, it describes which
|
46
|
-
* text should host the action url.
|
47
|
-
*/
|
48
|
-
actionUrlText?: string;
|
49
|
-
}
|
50
|
-
/**
|
51
|
-
* @interface
|
52
|
-
* An interface representing ServiceImpactingEventStatus.
|
53
|
-
* Status of the service impacting event.
|
54
|
-
*
|
55
|
-
*/
|
56
|
-
export interface ServiceImpactingEventStatus {
|
57
|
-
/**
|
58
|
-
* @member {string} [value] Current status of the event
|
59
|
-
*/
|
60
|
-
value?: string;
|
61
|
-
}
|
62
|
-
/**
|
63
|
-
* @interface
|
64
|
-
* An interface representing ServiceImpactingEventIncidentProperties.
|
65
|
-
* Properties of the service impacting event.
|
66
|
-
*
|
67
|
-
*/
|
68
|
-
export interface ServiceImpactingEventIncidentProperties {
|
69
|
-
/**
|
70
|
-
* @member {string} [title] Title of the incident.
|
71
|
-
*/
|
72
|
-
title?: string;
|
73
|
-
/**
|
74
|
-
* @member {string} [service] Service impacted by the event.
|
75
|
-
*/
|
76
|
-
service?: string;
|
77
|
-
/**
|
78
|
-
* @member {string} [region] Region impacted by the event.
|
79
|
-
*/
|
80
|
-
region?: string;
|
81
|
-
/**
|
82
|
-
* @member {string} [incidentType] Type of Event.
|
83
|
-
*/
|
84
|
-
incidentType?: string;
|
85
|
-
}
|
86
|
-
/**
|
87
|
-
* @interface
|
88
|
-
* An interface representing ServiceImpactingEvent.
|
89
|
-
* Lists the service impacting events that may be affecting the health of the
|
90
|
-
* resource.
|
91
|
-
*
|
92
|
-
*/
|
93
|
-
export interface ServiceImpactingEvent {
|
94
|
-
/**
|
95
|
-
* @member {Date} [eventStartTime] Timestamp for when the event started.
|
96
|
-
*/
|
97
|
-
eventStartTime?: Date;
|
98
|
-
/**
|
99
|
-
* @member {Date} [eventStatusLastModifiedTime] Timestamp for when event was
|
100
|
-
* submitted/detected.
|
101
|
-
*/
|
102
|
-
eventStatusLastModifiedTime?: Date;
|
103
|
-
/**
|
104
|
-
* @member {string} [correlationId] Correlation id for the event
|
105
|
-
*/
|
106
|
-
correlationId?: string;
|
107
|
-
/**
|
108
|
-
* @member {ServiceImpactingEventStatus} [status] Status of the service
|
109
|
-
* impacting event.
|
110
|
-
*/
|
111
|
-
status?: ServiceImpactingEventStatus;
|
112
|
-
/**
|
113
|
-
* @member {ServiceImpactingEventIncidentProperties} [incidentProperties]
|
114
|
-
* Properties of the service impacting event.
|
115
|
-
*/
|
116
|
-
incidentProperties?: ServiceImpactingEventIncidentProperties;
|
117
|
-
}
|
118
|
-
/**
|
119
|
-
* @interface
|
120
|
-
* An interface representing AvailabilityStatusProperties.
|
121
|
-
* Properties of availability state.
|
122
|
-
*
|
123
|
-
*/
|
124
|
-
export interface AvailabilityStatusProperties {
|
125
|
-
/**
|
126
|
-
* @member {AvailabilityStateValues} [availabilityState] Availability status
|
127
|
-
* of the resource. When it is null, this availabilityStatus object
|
128
|
-
* represents an availability impacting event. Possible values include:
|
129
|
-
* 'Available', 'Unavailable', 'Unknown'
|
130
|
-
*/
|
131
|
-
availabilityState?: AvailabilityStateValues;
|
132
|
-
/**
|
133
|
-
* @member {string} [summary] Summary description of the availability status.
|
134
|
-
*/
|
135
|
-
summary?: string;
|
136
|
-
/**
|
137
|
-
* @member {string} [detailedStatus] Details of the availability status.
|
138
|
-
*/
|
139
|
-
detailedStatus?: string;
|
140
|
-
/**
|
141
|
-
* @member {string} [reasonType] When the resource's availabilityState is
|
142
|
-
* Unavailable, it describes where the health impacting event was originated.
|
143
|
-
* Examples are planned, unplanned, user initiated or an outage etc.
|
144
|
-
*/
|
145
|
-
reasonType?: string;
|
146
|
-
/**
|
147
|
-
* @member {Date} [rootCauseAttributionTime] When the resource's
|
148
|
-
* availabilityState is Unavailable, it provides the Timestamp for when the
|
149
|
-
* health impacting event was received.
|
150
|
-
*/
|
151
|
-
rootCauseAttributionTime?: Date;
|
152
|
-
/**
|
153
|
-
* @member {string} [healthEventType] In case of an availability impacting
|
154
|
-
* event, it describes when the health impacting event was originated.
|
155
|
-
* Examples are Lifecycle, Downtime, Fault Analysis etc.
|
156
|
-
*/
|
157
|
-
healthEventType?: string;
|
158
|
-
/**
|
159
|
-
* @member {string} [healthEventCause] In case of an availability impacting
|
160
|
-
* event, it describes where the health impacting event was originated.
|
161
|
-
* Examples are PlatformInitiated, UserInitiated etc.
|
162
|
-
*/
|
163
|
-
healthEventCause?: string;
|
164
|
-
/**
|
165
|
-
* @member {string} [healthEventCategory] In case of an availability
|
166
|
-
* impacting event, it describes the category of a PlatformInitiated health
|
167
|
-
* impacting event. Examples are Planned, Unplanned etc.
|
168
|
-
*/
|
169
|
-
healthEventCategory?: string;
|
170
|
-
/**
|
171
|
-
* @member {string} [healthEventId] It is a unique Id that identifies the
|
172
|
-
* event
|
173
|
-
*/
|
174
|
-
healthEventId?: string;
|
175
|
-
/**
|
176
|
-
* @member {Date} [resolutionETA] When the resource's availabilityState is
|
177
|
-
* Unavailable and the reasonType is not User Initiated, it provides the date
|
178
|
-
* and time for when the issue is expected to be resolved.
|
179
|
-
*/
|
180
|
-
resolutionETA?: Date;
|
181
|
-
/**
|
182
|
-
* @member {Date} [occuredTime] Timestamp for when last change in health
|
183
|
-
* status occurred.
|
184
|
-
*/
|
185
|
-
occuredTime?: Date;
|
186
|
-
/**
|
187
|
-
* @member {ReasonChronicityTypes} [reasonChronicity] Chronicity of the
|
188
|
-
* availability transition. Possible values include: 'Transient',
|
189
|
-
* 'Persistent'
|
190
|
-
*/
|
191
|
-
reasonChronicity?: ReasonChronicityTypes;
|
192
|
-
/**
|
193
|
-
* @member {Date} [reportedTime] Timestamp for when the health was last
|
194
|
-
* checked.
|
195
|
-
*/
|
196
|
-
reportedTime?: Date;
|
197
|
-
/**
|
198
|
-
* @member {AvailabilityStatusPropertiesRecentlyResolvedState}
|
199
|
-
* [recentlyResolvedState] An annotation describing a change in the
|
200
|
-
* availabilityState to Available from Unavailable with a reasonType of type
|
201
|
-
* Unplanned
|
202
|
-
*/
|
203
|
-
recentlyResolvedState?: AvailabilityStatusPropertiesRecentlyResolvedState;
|
204
|
-
/**
|
205
|
-
* @member {RecommendedAction[]} [recommendedActions] Lists actions the user
|
206
|
-
* can take based on the current availabilityState of the resource.
|
207
|
-
*/
|
208
|
-
recommendedActions?: RecommendedAction[];
|
209
|
-
/**
|
210
|
-
* @member {ServiceImpactingEvent[]} [serviceImpactingEvents] Lists the
|
211
|
-
* service impacting events that may be affecting the health of the resource.
|
212
|
-
*/
|
213
|
-
serviceImpactingEvents?: ServiceImpactingEvent[];
|
214
|
-
}
|
215
|
-
/**
|
216
|
-
* @interface
|
217
|
-
* An interface representing AvailabilityStatus.
|
218
|
-
* availabilityStatus of a resource.
|
219
|
-
*
|
220
|
-
*/
|
221
|
-
export interface AvailabilityStatus {
|
222
|
-
/**
|
223
|
-
* @member {string} [id] Azure Resource Manager Identity for the
|
224
|
-
* availabilityStatuses resource.
|
225
|
-
*/
|
226
|
-
id?: string;
|
227
|
-
/**
|
228
|
-
* @member {string} [name] current.
|
229
|
-
*/
|
230
|
-
name?: string;
|
231
|
-
/**
|
232
|
-
* @member {string} [type] Microsoft.ResourceHealth/AvailabilityStatuses.
|
233
|
-
*/
|
234
|
-
type?: string;
|
235
|
-
/**
|
236
|
-
* @member {string} [location] Azure Resource Manager geo location of the
|
237
|
-
* resource.
|
238
|
-
*/
|
239
|
-
location?: string;
|
240
|
-
/**
|
241
|
-
* @member {AvailabilityStatusProperties} [properties] Properties of
|
242
|
-
* availability state.
|
243
|
-
*/
|
244
|
-
properties?: AvailabilityStatusProperties;
|
245
|
-
}
|
246
|
-
/**
|
247
|
-
* @interface
|
248
|
-
* An interface representing OperationDisplay.
|
249
|
-
* Properties of the operation.
|
250
|
-
*
|
251
|
-
*/
|
252
|
-
export interface OperationDisplay {
|
253
|
-
/**
|
254
|
-
* @member {string} [provider] Provider name.
|
255
|
-
*/
|
256
|
-
provider?: string;
|
257
|
-
/**
|
258
|
-
* @member {string} [resource] Resource name.
|
259
|
-
*/
|
260
|
-
resource?: string;
|
261
|
-
/**
|
262
|
-
* @member {string} [operation] Operation name.
|
263
|
-
*/
|
264
|
-
operation?: string;
|
265
|
-
/**
|
266
|
-
* @member {string} [description] Description of the operation.
|
267
|
-
*/
|
268
|
-
description?: string;
|
269
|
-
}
|
270
|
-
/**
|
271
|
-
* @interface
|
272
|
-
* An interface representing Operation.
|
273
|
-
* Operation available in the resourcehealth resource provider.
|
274
|
-
*
|
275
|
-
*/
|
276
|
-
export interface Operation {
|
277
|
-
/**
|
278
|
-
* @member {string} [name] Name of the operation.
|
279
|
-
*/
|
280
|
-
name?: string;
|
281
|
-
/**
|
282
|
-
* @member {OperationDisplay} [display] Properties of the operation.
|
283
|
-
*/
|
284
|
-
display?: OperationDisplay;
|
285
|
-
}
|
286
|
-
/**
|
287
|
-
* @interface
|
288
|
-
* An interface representing OperationListResult.
|
289
|
-
* Lists the operations response.
|
290
|
-
*
|
291
|
-
*/
|
292
|
-
export interface OperationListResult {
|
293
|
-
/**
|
294
|
-
* @member {Operation[]} value List of operations available in the
|
295
|
-
* resourcehealth resource provider.
|
296
|
-
*/
|
297
|
-
value: Operation[];
|
298
|
-
}
|
299
|
-
/**
|
300
|
-
* @interface
|
301
|
-
* An interface representing ErrorResponse.
|
302
|
-
* Error details.
|
303
|
-
*
|
304
|
-
*/
|
305
|
-
export interface ErrorResponse {
|
306
|
-
/**
|
307
|
-
* @member {string} [code] The error code.
|
308
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
309
|
-
* the server.**
|
310
|
-
*/
|
311
|
-
readonly code?: string;
|
312
|
-
/**
|
313
|
-
* @member {string} [message] The error message.
|
314
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
315
|
-
* the server.**
|
316
|
-
*/
|
317
|
-
readonly message?: string;
|
318
|
-
/**
|
319
|
-
* @member {string} [details] The error details.
|
320
|
-
* **NOTE: This property will not be serialized. It can only be populated by
|
321
|
-
* the server.**
|
322
|
-
*/
|
323
|
-
readonly details?: string;
|
324
|
-
}
|
325
|
-
/**
|
326
|
-
* @interface
|
327
|
-
* An interface representing AvailabilityStatusesListBySubscriptionIdOptionalParams.
|
328
|
-
* Optional Parameters.
|
329
|
-
*
|
330
|
-
* @extends RequestOptionsBase
|
331
|
-
*/
|
332
|
-
export interface AvailabilityStatusesListBySubscriptionIdOptionalParams extends msRest.RequestOptionsBase {
|
333
|
-
/**
|
334
|
-
* @member {string} [filter] The filter to apply on the operation. For more
|
335
|
-
* information please see
|
336
|
-
* https://docs.microsoft.com/en-us/rest/api/apimanagement/apis?redirectedfrom=MSDN
|
337
|
-
*/
|
338
|
-
filter?: string;
|
339
|
-
/**
|
340
|
-
* @member {string} [expand] Setting $expand=recommendedactions in url query
|
341
|
-
* expands the recommendedactions in the response.
|
342
|
-
*/
|
343
|
-
expand?: string;
|
344
|
-
}
|
345
|
-
/**
|
346
|
-
* @interface
|
347
|
-
* An interface representing AvailabilityStatusesListByResourceGroupOptionalParams.
|
348
|
-
* Optional Parameters.
|
349
|
-
*
|
350
|
-
* @extends RequestOptionsBase
|
351
|
-
*/
|
352
|
-
export interface AvailabilityStatusesListByResourceGroupOptionalParams extends msRest.RequestOptionsBase {
|
353
|
-
/**
|
354
|
-
* @member {string} [filter] The filter to apply on the operation. For more
|
355
|
-
* information please see
|
356
|
-
* https://docs.microsoft.com/en-us/rest/api/apimanagement/apis?redirectedfrom=MSDN
|
357
|
-
*/
|
358
|
-
filter?: string;
|
359
|
-
/**
|
360
|
-
* @member {string} [expand] Setting $expand=recommendedactions in url query
|
361
|
-
* expands the recommendedactions in the response.
|
362
|
-
*/
|
363
|
-
expand?: string;
|
364
|
-
}
|
365
|
-
/**
|
366
|
-
* @interface
|
367
|
-
* An interface representing AvailabilityStatusesGetByResourceOptionalParams.
|
368
|
-
* Optional Parameters.
|
369
|
-
*
|
370
|
-
* @extends RequestOptionsBase
|
371
|
-
*/
|
372
|
-
export interface AvailabilityStatusesGetByResourceOptionalParams extends msRest.RequestOptionsBase {
|
373
|
-
/**
|
374
|
-
* @member {string} [filter] The filter to apply on the operation. For more
|
375
|
-
* information please see
|
376
|
-
* https://docs.microsoft.com/en-us/rest/api/apimanagement/apis?redirectedfrom=MSDN
|
377
|
-
*/
|
378
|
-
filter?: string;
|
379
|
-
/**
|
380
|
-
* @member {string} [expand] Setting $expand=recommendedactions in url query
|
381
|
-
* expands the recommendedactions in the response.
|
382
|
-
*/
|
383
|
-
expand?: string;
|
384
|
-
}
|
385
|
-
/**
|
386
|
-
* @interface
|
387
|
-
* An interface representing AvailabilityStatusesListOptionalParams.
|
388
|
-
* Optional Parameters.
|
389
|
-
*
|
390
|
-
* @extends RequestOptionsBase
|
391
|
-
*/
|
392
|
-
export interface AvailabilityStatusesListOptionalParams extends msRest.RequestOptionsBase {
|
393
|
-
/**
|
394
|
-
* @member {string} [filter] The filter to apply on the operation. For more
|
395
|
-
* information please see
|
396
|
-
* https://docs.microsoft.com/en-us/rest/api/apimanagement/apis?redirectedfrom=MSDN
|
397
|
-
*/
|
398
|
-
filter?: string;
|
399
|
-
/**
|
400
|
-
* @member {string} [expand] Setting $expand=recommendedactions in url query
|
401
|
-
* expands the recommendedactions in the response.
|
402
|
-
*/
|
403
|
-
expand?: string;
|
404
|
-
}
|
405
|
-
/**
|
406
|
-
* @interface
|
407
|
-
* An interface representing MicrosoftResourceHealthOptions.
|
408
|
-
* @extends AzureServiceClientOptions
|
409
|
-
*/
|
410
|
-
export interface MicrosoftResourceHealthOptions extends AzureServiceClientOptions {
|
411
|
-
/**
|
412
|
-
* @member {string} [baseUri]
|
413
|
-
*/
|
414
|
-
baseUri?: string;
|
415
|
-
}
|
416
|
-
/**
|
417
|
-
* @interface
|
418
|
-
* An interface representing the AvailabilityStatusListResult.
|
419
|
-
* The List availabilityStatus operation response.
|
420
|
-
*
|
421
|
-
* @extends Array<AvailabilityStatus>
|
422
|
-
*/
|
423
|
-
export interface AvailabilityStatusListResult extends Array<AvailabilityStatus> {
|
424
|
-
/**
|
425
|
-
* @member {string} [nextLink] The URI to fetch the next page of
|
426
|
-
* availabilityStatuses. Call ListNext() with this URI to fetch the next page
|
427
|
-
* of availabilityStatuses.
|
428
|
-
*/
|
429
|
-
nextLink?: string;
|
430
|
-
}
|
431
|
-
/**
|
432
|
-
* Defines values for AvailabilityStateValues.
|
433
|
-
* Possible values include: 'Available', 'Unavailable', 'Unknown'
|
434
|
-
* @readonly
|
435
|
-
* @enum {string}
|
436
|
-
*/
|
437
|
-
export declare type AvailabilityStateValues = 'Available' | 'Unavailable' | 'Unknown';
|
438
|
-
/**
|
439
|
-
* Defines values for ReasonChronicityTypes.
|
440
|
-
* Possible values include: 'Transient', 'Persistent'
|
441
|
-
* @readonly
|
442
|
-
* @enum {string}
|
443
|
-
*/
|
444
|
-
export declare type ReasonChronicityTypes = 'Transient' | 'Persistent';
|
445
|
-
/**
|
446
|
-
* Contains response data for the listBySubscriptionId operation.
|
447
|
-
*/
|
448
|
-
export declare type AvailabilityStatusesListBySubscriptionIdResponse = AvailabilityStatusListResult & {
|
449
|
-
/**
|
450
|
-
* The underlying HTTP response.
|
451
|
-
*/
|
452
|
-
_response: msRest.HttpResponse & {
|
453
|
-
/**
|
454
|
-
* The response body as text (string format)
|
455
|
-
*/
|
456
|
-
bodyAsText: string;
|
457
|
-
/**
|
458
|
-
* The response body as parsed JSON or XML
|
459
|
-
*/
|
460
|
-
parsedBody: AvailabilityStatusListResult;
|
461
|
-
};
|
462
|
-
};
|
463
|
-
/**
|
464
|
-
* Contains response data for the listByResourceGroup operation.
|
465
|
-
*/
|
466
|
-
export declare type AvailabilityStatusesListByResourceGroupResponse = AvailabilityStatusListResult & {
|
467
|
-
/**
|
468
|
-
* The underlying HTTP response.
|
469
|
-
*/
|
470
|
-
_response: msRest.HttpResponse & {
|
471
|
-
/**
|
472
|
-
* The response body as text (string format)
|
473
|
-
*/
|
474
|
-
bodyAsText: string;
|
475
|
-
/**
|
476
|
-
* The response body as parsed JSON or XML
|
477
|
-
*/
|
478
|
-
parsedBody: AvailabilityStatusListResult;
|
479
|
-
};
|
480
|
-
};
|
481
|
-
/**
|
482
|
-
* Contains response data for the getByResource operation.
|
483
|
-
*/
|
484
|
-
export declare type AvailabilityStatusesGetByResourceResponse = AvailabilityStatus & {
|
485
|
-
/**
|
486
|
-
* The underlying HTTP response.
|
487
|
-
*/
|
488
|
-
_response: msRest.HttpResponse & {
|
489
|
-
/**
|
490
|
-
* The response body as text (string format)
|
491
|
-
*/
|
492
|
-
bodyAsText: string;
|
493
|
-
/**
|
494
|
-
* The response body as parsed JSON or XML
|
495
|
-
*/
|
496
|
-
parsedBody: AvailabilityStatus;
|
497
|
-
};
|
498
|
-
};
|
499
|
-
/**
|
500
|
-
* Contains response data for the list operation.
|
501
|
-
*/
|
502
|
-
export declare type AvailabilityStatusesListResponse = AvailabilityStatusListResult & {
|
503
|
-
/**
|
504
|
-
* The underlying HTTP response.
|
505
|
-
*/
|
506
|
-
_response: msRest.HttpResponse & {
|
507
|
-
/**
|
508
|
-
* The response body as text (string format)
|
509
|
-
*/
|
510
|
-
bodyAsText: string;
|
511
|
-
/**
|
512
|
-
* The response body as parsed JSON or XML
|
513
|
-
*/
|
514
|
-
parsedBody: AvailabilityStatusListResult;
|
515
|
-
};
|
516
|
-
};
|
517
|
-
/**
|
518
|
-
* Contains response data for the listBySubscriptionIdNext operation.
|
519
|
-
*/
|
520
|
-
export declare type AvailabilityStatusesListBySubscriptionIdNextResponse = AvailabilityStatusListResult & {
|
521
|
-
/**
|
522
|
-
* The underlying HTTP response.
|
523
|
-
*/
|
524
|
-
_response: msRest.HttpResponse & {
|
525
|
-
/**
|
526
|
-
* The response body as text (string format)
|
527
|
-
*/
|
528
|
-
bodyAsText: string;
|
529
|
-
/**
|
530
|
-
* The response body as parsed JSON or XML
|
531
|
-
*/
|
532
|
-
parsedBody: AvailabilityStatusListResult;
|
533
|
-
};
|
534
|
-
};
|
535
|
-
/**
|
536
|
-
* Contains response data for the listByResourceGroupNext operation.
|
537
|
-
*/
|
538
|
-
export declare type AvailabilityStatusesListByResourceGroupNextResponse = AvailabilityStatusListResult & {
|
539
|
-
/**
|
540
|
-
* The underlying HTTP response.
|
541
|
-
*/
|
542
|
-
_response: msRest.HttpResponse & {
|
543
|
-
/**
|
544
|
-
* The response body as text (string format)
|
545
|
-
*/
|
546
|
-
bodyAsText: string;
|
547
|
-
/**
|
548
|
-
* The response body as parsed JSON or XML
|
549
|
-
*/
|
550
|
-
parsedBody: AvailabilityStatusListResult;
|
551
|
-
};
|
552
|
-
};
|
553
|
-
/**
|
554
|
-
* Contains response data for the listNext operation.
|
555
|
-
*/
|
556
|
-
export declare type AvailabilityStatusesListNextResponse = AvailabilityStatusListResult & {
|
557
|
-
/**
|
558
|
-
* The underlying HTTP response.
|
559
|
-
*/
|
560
|
-
_response: msRest.HttpResponse & {
|
561
|
-
/**
|
562
|
-
* The response body as text (string format)
|
563
|
-
*/
|
564
|
-
bodyAsText: string;
|
565
|
-
/**
|
566
|
-
* The response body as parsed JSON or XML
|
567
|
-
*/
|
568
|
-
parsedBody: AvailabilityStatusListResult;
|
569
|
-
};
|
570
|
-
};
|
571
|
-
/**
|
572
|
-
* Contains response data for the list operation.
|
573
|
-
*/
|
574
|
-
export declare type OperationsListResponse = OperationListResult & {
|
575
|
-
/**
|
576
|
-
* The underlying HTTP response.
|
577
|
-
*/
|
578
|
-
_response: msRest.HttpResponse & {
|
579
|
-
/**
|
580
|
-
* The response body as text (string format)
|
581
|
-
*/
|
582
|
-
bodyAsText: string;
|
583
|
-
/**
|
584
|
-
* The response body as parsed JSON or XML
|
585
|
-
*/
|
586
|
-
parsedBody: OperationListResult;
|
587
|
-
};
|
588
|
-
};
|
589
|
-
//# sourceMappingURL=index.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/models/index.ts"],"names":[],"mappings":"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"}
|
package/esm/models/index.js
DELETED
@@ -1,10 +0,0 @@
|
|
1
|
-
/*
|
2
|
-
* Copyright (c) Microsoft Corporation. All rights reserved.
|
3
|
-
* Licensed under the MIT License. See License.txt in the project root for
|
4
|
-
* license information.
|
5
|
-
*
|
6
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is
|
8
|
-
* regenerated.
|
9
|
-
*/
|
10
|
-
//# sourceMappingURL=index.js.map
|
package/esm/models/index.js.map
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/models/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG"}
|
package/esm/models/mappers.d.ts
DELETED
@@ -1,16 +0,0 @@
|
|
1
|
-
import * as msRest from "@azure/ms-rest-js";
|
2
|
-
export declare const CloudError: msRest.CompositeMapper;
|
3
|
-
export declare const BaseResource: msRest.CompositeMapper;
|
4
|
-
export declare const AvailabilityStatusPropertiesRecentlyResolvedState: msRest.CompositeMapper;
|
5
|
-
export declare const RecommendedAction: msRest.CompositeMapper;
|
6
|
-
export declare const ServiceImpactingEventStatus: msRest.CompositeMapper;
|
7
|
-
export declare const ServiceImpactingEventIncidentProperties: msRest.CompositeMapper;
|
8
|
-
export declare const ServiceImpactingEvent: msRest.CompositeMapper;
|
9
|
-
export declare const AvailabilityStatusProperties: msRest.CompositeMapper;
|
10
|
-
export declare const AvailabilityStatus: msRest.CompositeMapper;
|
11
|
-
export declare const OperationDisplay: msRest.CompositeMapper;
|
12
|
-
export declare const Operation: msRest.CompositeMapper;
|
13
|
-
export declare const OperationListResult: msRest.CompositeMapper;
|
14
|
-
export declare const ErrorResponse: msRest.CompositeMapper;
|
15
|
-
export declare const AvailabilityStatusListResult: msRest.CompositeMapper;
|
16
|
-
//# sourceMappingURL=mappers.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../src/models/mappers.ts"],"names":[],"mappings":"AAWA,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAE5C,eAAO,MAAM,UAAU,wBAAmB,CAAC;AAC3C,eAAO,MAAM,YAAY,wBAAqB,CAAC;AAE/C,eAAO,MAAM,iDAAiD,EAAE,MAAM,CAAC,eA0BtE,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,MAAM,CAAC,eA0BtC,CAAC;AAEF,eAAO,MAAM,2BAA2B,EAAE,MAAM,CAAC,eAchD,CAAC;AAEF,eAAO,MAAM,uCAAuC,EAAE,MAAM,CAAC,eAgC5D,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,MAAM,CAAC,eAwC1C,CAAC;AAEF,eAAO,MAAM,4BAA4B,EAAE,MAAM,CAAC,eA8HjD,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,MAAM,CAAC,eAuCvC,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,MAAM,CAAC,eAgCrC,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,MAAM,CAAC,eAqB9B,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,MAAM,CAAC,eAqBxC,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,MAAM,CAAC,eA6BlC,CAAC;AAEF,eAAO,MAAM,4BAA4B,EAAE,MAAM,CAAC,eA2BjD,CAAC"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../src/models/mappers.ts"],"names":[],"mappings":"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"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"operationsMappers.d.ts","sourceRoot":"","sources":["../../src/models/operationsMappers.ts"],"names":[],"mappings":"AAUA,OAAO,EACL,mBAAmB,EACnB,SAAS,EACT,gBAAgB,EAChB,aAAa,EACd,MAAM,mBAAmB,CAAC"}
|
@@ -1,11 +0,0 @@
|
|
1
|
-
/*
|
2
|
-
* Copyright (c) Microsoft Corporation. All rights reserved.
|
3
|
-
* Licensed under the MIT License. See License.txt in the project root for
|
4
|
-
* license information.
|
5
|
-
*
|
6
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is
|
8
|
-
* regenerated.
|
9
|
-
*/
|
10
|
-
export { OperationListResult, Operation, OperationDisplay, ErrorResponse } from "../models/mappers";
|
11
|
-
//# sourceMappingURL=operationsMappers.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"operationsMappers.js","sourceRoot":"","sources":["../../src/models/operationsMappers.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,EACL,mBAAmB,EACnB,SAAS,EACT,gBAAgB,EAChB,aAAa,EACd,MAAM,mBAAmB,CAAC"}
|
@@ -1,10 +0,0 @@
|
|
1
|
-
import * as msRest from "@azure/ms-rest-js";
|
2
|
-
export declare const acceptLanguage: msRest.OperationParameter;
|
3
|
-
export declare const apiVersion: msRest.OperationQueryParameter;
|
4
|
-
export declare const expand: msRest.OperationQueryParameter;
|
5
|
-
export declare const filter: msRest.OperationQueryParameter;
|
6
|
-
export declare const nextPageLink: msRest.OperationURLParameter;
|
7
|
-
export declare const resourceGroupName: msRest.OperationURLParameter;
|
8
|
-
export declare const resourceUri: msRest.OperationURLParameter;
|
9
|
-
export declare const subscriptionId: msRest.OperationURLParameter;
|
10
|
-
//# sourceMappingURL=parameters.d.ts.map
|