@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/src/models/index.ts
CHANGED
@@ -1,628 +1,478 @@
|
|
1
1
|
/*
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
3
|
-
* Licensed under the MIT License.
|
4
|
-
* license information.
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
3
|
+
* Licensed under the MIT License.
|
5
4
|
*
|
6
5
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is
|
8
|
-
* regenerated.
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
9
7
|
*/
|
10
8
|
|
11
|
-
import
|
12
|
-
import * as msRest from "@azure/ms-rest-js";
|
9
|
+
import * as coreClient from "@azure/core-client";
|
13
10
|
|
14
|
-
|
11
|
+
/** The List availabilityStatus operation response. */
|
12
|
+
export interface AvailabilityStatusListResult {
|
13
|
+
/** The list of availabilityStatuses. */
|
14
|
+
value: AvailabilityStatus[];
|
15
|
+
/** The URI to fetch the next page of availabilityStatuses. Call ListNext() with this URI to fetch the next page of availabilityStatuses. */
|
16
|
+
nextLink?: string;
|
17
|
+
}
|
15
18
|
|
19
|
+
/** availabilityStatus of a resource. */
|
20
|
+
export interface AvailabilityStatus {
|
21
|
+
/** Azure Resource Manager Identity for the availabilityStatuses resource. */
|
22
|
+
id?: string;
|
23
|
+
/** current. */
|
24
|
+
name?: string;
|
25
|
+
/** Microsoft.ResourceHealth/AvailabilityStatuses. */
|
26
|
+
type?: string;
|
27
|
+
/** Azure Resource Manager geo location of the resource. */
|
28
|
+
location?: string;
|
29
|
+
/** Properties of availability state. */
|
30
|
+
properties?: AvailabilityStatusProperties;
|
31
|
+
}
|
16
32
|
|
17
|
-
/**
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
*/
|
33
|
+
/** Properties of availability state. */
|
34
|
+
export interface AvailabilityStatusProperties {
|
35
|
+
/** Availability status of the resource. When it is null, this availabilityStatus object represents an availability impacting event */
|
36
|
+
availabilityState?: AvailabilityStateValues;
|
37
|
+
/** Summary description of the availability status. */
|
38
|
+
summary?: string;
|
39
|
+
/** Details of the availability status. */
|
40
|
+
detailedStatus?: string;
|
41
|
+
/** When the resource's availabilityState is Unavailable, it describes where the health impacting event was originated. Examples are planned, unplanned, user initiated or an outage etc. */
|
42
|
+
reasonType?: string;
|
43
|
+
/** When the resource's availabilityState is Unavailable, it provides the Timestamp for when the health impacting event was received. */
|
44
|
+
rootCauseAttributionTime?: Date;
|
45
|
+
/** In case of an availability impacting event, it describes when the health impacting event was originated. Examples are Lifecycle, Downtime, Fault Analysis etc. */
|
46
|
+
healthEventType?: string;
|
47
|
+
/** In case of an availability impacting event, it describes where the health impacting event was originated. Examples are PlatformInitiated, UserInitiated etc. */
|
48
|
+
healthEventCause?: string;
|
49
|
+
/** In case of an availability impacting event, it describes the category of a PlatformInitiated health impacting event. Examples are Planned, Unplanned etc. */
|
50
|
+
healthEventCategory?: string;
|
51
|
+
/** It is a unique Id that identifies the event */
|
52
|
+
healthEventId?: string;
|
53
|
+
/** When the resource's availabilityState is Unavailable and the reasonType is not User Initiated, it provides the date and time for when the issue is expected to be resolved. */
|
54
|
+
resolutionETA?: Date;
|
55
|
+
/** Timestamp for when last change in health status occurred. */
|
56
|
+
occuredTime?: Date;
|
57
|
+
/** Chronicity of the availability transition. */
|
58
|
+
reasonChronicity?: ReasonChronicityTypes;
|
59
|
+
/** Timestamp for when the health was last checked. */
|
60
|
+
reportedTime?: Date;
|
61
|
+
/** An annotation describing a change in the availabilityState to Available from Unavailable with a reasonType of type Unplanned */
|
62
|
+
recentlyResolvedState?: AvailabilityStatusPropertiesRecentlyResolvedState;
|
63
|
+
/** Lists actions the user can take based on the current availabilityState of the resource. */
|
64
|
+
recommendedActions?: RecommendedAction[];
|
65
|
+
/** Lists the service impacting events that may be affecting the health of the resource. */
|
66
|
+
serviceImpactingEvents?: ServiceImpactingEvent[];
|
67
|
+
}
|
68
|
+
|
69
|
+
/** An annotation describing a change in the availabilityState to Available from Unavailable with a reasonType of type Unplanned */
|
24
70
|
export interface AvailabilityStatusPropertiesRecentlyResolvedState {
|
25
|
-
/**
|
26
|
-
* @member {Date} [unavailableOccurredTime] Timestamp for when the
|
27
|
-
* availabilityState changed to Unavailable
|
28
|
-
*/
|
71
|
+
/** Timestamp for when the availabilityState changed to Unavailable */
|
29
72
|
unavailableOccurredTime?: Date;
|
30
|
-
/**
|
31
|
-
* @member {Date} [resolvedTime] Timestamp when the availabilityState changes
|
32
|
-
* to Available.
|
33
|
-
*/
|
73
|
+
/** Timestamp when the availabilityState changes to Available. */
|
34
74
|
resolvedTime?: Date;
|
35
|
-
/**
|
36
|
-
* @member {string} [unavailabilitySummary] Brief description of cause of the
|
37
|
-
* resource becoming unavailable.
|
38
|
-
*/
|
75
|
+
/** Brief description of cause of the resource becoming unavailable. */
|
39
76
|
unavailabilitySummary?: string;
|
40
77
|
}
|
41
78
|
|
42
|
-
/**
|
43
|
-
* @interface
|
44
|
-
* An interface representing RecommendedAction.
|
45
|
-
* Lists actions the user can take based on the current availabilityState of
|
46
|
-
* the resource.
|
47
|
-
*
|
48
|
-
*/
|
79
|
+
/** Lists actions the user can take based on the current availabilityState of the resource. */
|
49
80
|
export interface RecommendedAction {
|
50
|
-
/**
|
51
|
-
* @member {string} [action] Recommended action.
|
52
|
-
*/
|
81
|
+
/** Recommended action. */
|
53
82
|
action?: string;
|
54
|
-
/**
|
55
|
-
* @member {string} [actionUrl] Link to the action
|
56
|
-
*/
|
83
|
+
/** Link to the action */
|
57
84
|
actionUrl?: string;
|
58
|
-
/**
|
59
|
-
* @member {string} [actionUrlText] Substring of action, it describes which
|
60
|
-
* text should host the action url.
|
61
|
-
*/
|
85
|
+
/** Substring of action, it describes which text should host the action url. */
|
62
86
|
actionUrlText?: string;
|
63
87
|
}
|
64
88
|
|
65
|
-
/**
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
89
|
+
/** Lists the service impacting events that may be affecting the health of the resource. */
|
90
|
+
export interface ServiceImpactingEvent {
|
91
|
+
/** Timestamp for when the event started. */
|
92
|
+
eventStartTime?: Date;
|
93
|
+
/** Timestamp for when event was submitted/detected. */
|
94
|
+
eventStatusLastModifiedTime?: Date;
|
95
|
+
/** Correlation id for the event */
|
96
|
+
correlationId?: string;
|
97
|
+
/** Status of the service impacting event. */
|
98
|
+
status?: ServiceImpactingEventStatus;
|
99
|
+
/** Properties of the service impacting event. */
|
100
|
+
incidentProperties?: ServiceImpactingEventIncidentProperties;
|
101
|
+
}
|
102
|
+
|
103
|
+
/** Status of the service impacting event. */
|
71
104
|
export interface ServiceImpactingEventStatus {
|
72
|
-
/**
|
73
|
-
* @member {string} [value] Current status of the event
|
74
|
-
*/
|
105
|
+
/** Current status of the event */
|
75
106
|
value?: string;
|
76
107
|
}
|
77
108
|
|
78
|
-
/**
|
79
|
-
* @interface
|
80
|
-
* An interface representing ServiceImpactingEventIncidentProperties.
|
81
|
-
* Properties of the service impacting event.
|
82
|
-
*
|
83
|
-
*/
|
109
|
+
/** Properties of the service impacting event. */
|
84
110
|
export interface ServiceImpactingEventIncidentProperties {
|
85
|
-
/**
|
86
|
-
* @member {string} [title] Title of the incident.
|
87
|
-
*/
|
111
|
+
/** Title of the incident. */
|
88
112
|
title?: string;
|
89
|
-
/**
|
90
|
-
* @member {string} [service] Service impacted by the event.
|
91
|
-
*/
|
113
|
+
/** Service impacted by the event. */
|
92
114
|
service?: string;
|
93
|
-
/**
|
94
|
-
* @member {string} [region] Region impacted by the event.
|
95
|
-
*/
|
115
|
+
/** Region impacted by the event. */
|
96
116
|
region?: string;
|
97
|
-
/**
|
98
|
-
* @member {string} [incidentType] Type of Event.
|
99
|
-
*/
|
117
|
+
/** Type of Event. */
|
100
118
|
incidentType?: string;
|
101
119
|
}
|
102
120
|
|
103
|
-
/**
|
104
|
-
|
105
|
-
* An interface representing ServiceImpactingEvent.
|
106
|
-
* Lists the service impacting events that may be affecting the health of the
|
107
|
-
* resource.
|
108
|
-
*
|
109
|
-
*/
|
110
|
-
export interface ServiceImpactingEvent {
|
111
|
-
/**
|
112
|
-
* @member {Date} [eventStartTime] Timestamp for when the event started.
|
113
|
-
*/
|
114
|
-
eventStartTime?: Date;
|
115
|
-
/**
|
116
|
-
* @member {Date} [eventStatusLastModifiedTime] Timestamp for when event was
|
117
|
-
* submitted/detected.
|
118
|
-
*/
|
119
|
-
eventStatusLastModifiedTime?: Date;
|
121
|
+
/** Error details. */
|
122
|
+
export interface ErrorResponse {
|
120
123
|
/**
|
121
|
-
*
|
124
|
+
* The error code.
|
125
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
122
126
|
*/
|
123
|
-
|
127
|
+
readonly code?: string;
|
124
128
|
/**
|
125
|
-
*
|
126
|
-
*
|
129
|
+
* The error message.
|
130
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
127
131
|
*/
|
128
|
-
|
132
|
+
readonly message?: string;
|
129
133
|
/**
|
130
|
-
*
|
131
|
-
*
|
134
|
+
* The error details.
|
135
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
132
136
|
*/
|
133
|
-
|
137
|
+
readonly details?: string;
|
134
138
|
}
|
135
139
|
|
136
|
-
/**
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
*
|
141
|
-
*/
|
142
|
-
export interface AvailabilityStatusProperties {
|
143
|
-
/**
|
144
|
-
* @member {AvailabilityStateValues} [availabilityState] Availability status
|
145
|
-
* of the resource. When it is null, this availabilityStatus object
|
146
|
-
* represents an availability impacting event. Possible values include:
|
147
|
-
* 'Available', 'Unavailable', 'Unknown'
|
148
|
-
*/
|
149
|
-
availabilityState?: AvailabilityStateValues;
|
150
|
-
/**
|
151
|
-
* @member {string} [summary] Summary description of the availability status.
|
152
|
-
*/
|
153
|
-
summary?: string;
|
154
|
-
/**
|
155
|
-
* @member {string} [detailedStatus] Details of the availability status.
|
156
|
-
*/
|
157
|
-
detailedStatus?: string;
|
158
|
-
/**
|
159
|
-
* @member {string} [reasonType] When the resource's availabilityState is
|
160
|
-
* Unavailable, it describes where the health impacting event was originated.
|
161
|
-
* Examples are planned, unplanned, user initiated or an outage etc.
|
162
|
-
*/
|
163
|
-
reasonType?: string;
|
164
|
-
/**
|
165
|
-
* @member {Date} [rootCauseAttributionTime] When the resource's
|
166
|
-
* availabilityState is Unavailable, it provides the Timestamp for when the
|
167
|
-
* health impacting event was received.
|
168
|
-
*/
|
169
|
-
rootCauseAttributionTime?: Date;
|
170
|
-
/**
|
171
|
-
* @member {string} [healthEventType] In case of an availability impacting
|
172
|
-
* event, it describes when the health impacting event was originated.
|
173
|
-
* Examples are Lifecycle, Downtime, Fault Analysis etc.
|
174
|
-
*/
|
175
|
-
healthEventType?: string;
|
176
|
-
/**
|
177
|
-
* @member {string} [healthEventCause] In case of an availability impacting
|
178
|
-
* event, it describes where the health impacting event was originated.
|
179
|
-
* Examples are PlatformInitiated, UserInitiated etc.
|
180
|
-
*/
|
181
|
-
healthEventCause?: string;
|
182
|
-
/**
|
183
|
-
* @member {string} [healthEventCategory] In case of an availability
|
184
|
-
* impacting event, it describes the category of a PlatformInitiated health
|
185
|
-
* impacting event. Examples are Planned, Unplanned etc.
|
186
|
-
*/
|
187
|
-
healthEventCategory?: string;
|
188
|
-
/**
|
189
|
-
* @member {string} [healthEventId] It is a unique Id that identifies the
|
190
|
-
* event
|
191
|
-
*/
|
192
|
-
healthEventId?: string;
|
193
|
-
/**
|
194
|
-
* @member {Date} [resolutionETA] When the resource's availabilityState is
|
195
|
-
* Unavailable and the reasonType is not User Initiated, it provides the date
|
196
|
-
* and time for when the issue is expected to be resolved.
|
197
|
-
*/
|
198
|
-
resolutionETA?: Date;
|
199
|
-
/**
|
200
|
-
* @member {Date} [occuredTime] Timestamp for when last change in health
|
201
|
-
* status occurred.
|
202
|
-
*/
|
203
|
-
occuredTime?: Date;
|
204
|
-
/**
|
205
|
-
* @member {ReasonChronicityTypes} [reasonChronicity] Chronicity of the
|
206
|
-
* availability transition. Possible values include: 'Transient',
|
207
|
-
* 'Persistent'
|
208
|
-
*/
|
209
|
-
reasonChronicity?: ReasonChronicityTypes;
|
210
|
-
/**
|
211
|
-
* @member {Date} [reportedTime] Timestamp for when the health was last
|
212
|
-
* checked.
|
213
|
-
*/
|
214
|
-
reportedTime?: Date;
|
215
|
-
/**
|
216
|
-
* @member {AvailabilityStatusPropertiesRecentlyResolvedState}
|
217
|
-
* [recentlyResolvedState] An annotation describing a change in the
|
218
|
-
* availabilityState to Available from Unavailable with a reasonType of type
|
219
|
-
* Unplanned
|
220
|
-
*/
|
221
|
-
recentlyResolvedState?: AvailabilityStatusPropertiesRecentlyResolvedState;
|
222
|
-
/**
|
223
|
-
* @member {RecommendedAction[]} [recommendedActions] Lists actions the user
|
224
|
-
* can take based on the current availabilityState of the resource.
|
225
|
-
*/
|
226
|
-
recommendedActions?: RecommendedAction[];
|
227
|
-
/**
|
228
|
-
* @member {ServiceImpactingEvent[]} [serviceImpactingEvents] Lists the
|
229
|
-
* service impacting events that may be affecting the health of the resource.
|
230
|
-
*/
|
231
|
-
serviceImpactingEvents?: ServiceImpactingEvent[];
|
140
|
+
/** Lists the operations response. */
|
141
|
+
export interface OperationListResult {
|
142
|
+
/** List of operations available in the resourcehealth resource provider. */
|
143
|
+
value: Operation[];
|
232
144
|
}
|
233
145
|
|
234
|
-
/**
|
235
|
-
|
236
|
-
|
237
|
-
* availabilityStatus of a resource.
|
238
|
-
*
|
239
|
-
*/
|
240
|
-
export interface AvailabilityStatus {
|
241
|
-
/**
|
242
|
-
* @member {string} [id] Azure Resource Manager Identity for the
|
243
|
-
* availabilityStatuses resource.
|
244
|
-
*/
|
245
|
-
id?: string;
|
246
|
-
/**
|
247
|
-
* @member {string} [name] current.
|
248
|
-
*/
|
146
|
+
/** Operation available in the resourcehealth resource provider. */
|
147
|
+
export interface Operation {
|
148
|
+
/** Name of the operation. */
|
249
149
|
name?: string;
|
250
|
-
/**
|
251
|
-
|
252
|
-
*/
|
253
|
-
type?: string;
|
254
|
-
/**
|
255
|
-
* @member {string} [location] Azure Resource Manager geo location of the
|
256
|
-
* resource.
|
257
|
-
*/
|
258
|
-
location?: string;
|
259
|
-
/**
|
260
|
-
* @member {AvailabilityStatusProperties} [properties] Properties of
|
261
|
-
* availability state.
|
262
|
-
*/
|
263
|
-
properties?: AvailabilityStatusProperties;
|
150
|
+
/** Properties of the operation. */
|
151
|
+
display?: OperationDisplay;
|
264
152
|
}
|
265
153
|
|
266
|
-
/**
|
267
|
-
* @interface
|
268
|
-
* An interface representing OperationDisplay.
|
269
|
-
* Properties of the operation.
|
270
|
-
*
|
271
|
-
*/
|
154
|
+
/** Properties of the operation. */
|
272
155
|
export interface OperationDisplay {
|
273
|
-
/**
|
274
|
-
* @member {string} [provider] Provider name.
|
275
|
-
*/
|
156
|
+
/** Provider name. */
|
276
157
|
provider?: string;
|
277
|
-
/**
|
278
|
-
* @member {string} [resource] Resource name.
|
279
|
-
*/
|
158
|
+
/** Resource name. */
|
280
159
|
resource?: string;
|
281
|
-
/**
|
282
|
-
* @member {string} [operation] Operation name.
|
283
|
-
*/
|
160
|
+
/** Operation name. */
|
284
161
|
operation?: string;
|
285
|
-
/**
|
286
|
-
* @member {string} [description] Description of the operation.
|
287
|
-
*/
|
162
|
+
/** Description of the operation. */
|
288
163
|
description?: string;
|
289
164
|
}
|
290
165
|
|
291
|
-
/**
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
166
|
+
/** Banner type of emerging issue. */
|
167
|
+
export interface StatusBanner {
|
168
|
+
/** The banner title. */
|
169
|
+
title?: string;
|
170
|
+
/** The details of banner. */
|
171
|
+
message?: string;
|
172
|
+
/** The cloud type of this banner. */
|
173
|
+
cloud?: string;
|
174
|
+
/** The last time modified on this banner. */
|
175
|
+
lastModifiedTime?: Date;
|
176
|
+
}
|
177
|
+
|
178
|
+
/** Active event type of emerging issue. */
|
179
|
+
export interface StatusActiveEvent {
|
180
|
+
/** The active event title. */
|
181
|
+
title?: string;
|
182
|
+
/** The details of active event. */
|
183
|
+
description?: string;
|
184
|
+
/** The tracking id of this active event. */
|
185
|
+
trackingId?: string;
|
186
|
+
/** The impact start time on this active event. */
|
187
|
+
startTime?: Date;
|
188
|
+
/** The cloud type of this active event. */
|
189
|
+
cloud?: string;
|
190
|
+
/** The severity level of this active event. */
|
191
|
+
severity?: SeverityValues;
|
192
|
+
/** The stage of this active event. */
|
193
|
+
stage?: StageValues;
|
194
|
+
/** The boolean value of this active event if published or not. */
|
195
|
+
published?: boolean;
|
196
|
+
/** The last time modified on this banner. */
|
197
|
+
lastModifiedTime?: Date;
|
198
|
+
/** The list of emerging issues impacts. */
|
199
|
+
impacts?: EmergingIssueImpact[];
|
200
|
+
}
|
201
|
+
|
202
|
+
/** Object of the emerging issue impact on services and regions. */
|
203
|
+
export interface EmergingIssueImpact {
|
204
|
+
/** The impacted service id. */
|
205
|
+
id?: string;
|
206
|
+
/** The impacted service name. */
|
301
207
|
name?: string;
|
302
|
-
/**
|
303
|
-
|
304
|
-
*/
|
305
|
-
display?: OperationDisplay;
|
208
|
+
/** The list of impacted regions for corresponding emerging issues. */
|
209
|
+
regions?: ImpactedRegion[];
|
306
210
|
}
|
307
211
|
|
308
|
-
/**
|
309
|
-
|
310
|
-
|
311
|
-
|
312
|
-
|
313
|
-
|
314
|
-
export interface OperationListResult {
|
315
|
-
/**
|
316
|
-
* @member {Operation[]} value List of operations available in the
|
317
|
-
* resourcehealth resource provider.
|
318
|
-
*/
|
319
|
-
value: Operation[];
|
212
|
+
/** Object of impacted region. */
|
213
|
+
export interface ImpactedRegion {
|
214
|
+
/** The impacted region id. */
|
215
|
+
id?: string;
|
216
|
+
/** The impacted region name. */
|
217
|
+
name?: string;
|
320
218
|
}
|
321
219
|
|
322
|
-
/**
|
323
|
-
|
324
|
-
* An interface representing ErrorResponse.
|
325
|
-
* Error details.
|
326
|
-
*
|
327
|
-
*/
|
328
|
-
export interface ErrorResponse {
|
220
|
+
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
221
|
+
export interface Resource {
|
329
222
|
/**
|
330
|
-
*
|
331
|
-
*
|
332
|
-
* the server.**
|
223
|
+
* Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
224
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
333
225
|
*/
|
334
|
-
readonly
|
226
|
+
readonly id?: string;
|
335
227
|
/**
|
336
|
-
*
|
337
|
-
*
|
338
|
-
* the server.**
|
228
|
+
* The name of the resource
|
229
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
339
230
|
*/
|
340
|
-
readonly
|
231
|
+
readonly name?: string;
|
341
232
|
/**
|
342
|
-
*
|
343
|
-
*
|
344
|
-
* the server.**
|
233
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
234
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
345
235
|
*/
|
346
|
-
readonly
|
236
|
+
readonly type?: string;
|
237
|
+
}
|
238
|
+
|
239
|
+
/** The list of emerging issues. */
|
240
|
+
export interface EmergingIssueListResult {
|
241
|
+
/** The list of emerging issues. */
|
242
|
+
value?: EmergingIssuesGetResult[];
|
243
|
+
/** The link used to get the next page of emerging issues. */
|
244
|
+
nextLink?: string;
|
245
|
+
}
|
246
|
+
|
247
|
+
/** The Get EmergingIssues operation response. */
|
248
|
+
export type EmergingIssuesGetResult = Resource & {
|
249
|
+
/** Timestamp for when last time refreshed for ongoing emerging issue. */
|
250
|
+
refreshTimestamp?: Date;
|
251
|
+
/** The list of emerging issues of banner type. */
|
252
|
+
statusBanners?: StatusBanner[];
|
253
|
+
/** The list of emerging issues of active event type. */
|
254
|
+
statusActiveEvents?: StatusActiveEvent[];
|
255
|
+
};
|
256
|
+
|
257
|
+
/** Known values of {@link SeverityValues} that the service accepts. */
|
258
|
+
export enum KnownSeverityValues {
|
259
|
+
Information = "Information",
|
260
|
+
Warning = "Warning",
|
261
|
+
Error = "Error"
|
347
262
|
}
|
348
263
|
|
349
264
|
/**
|
350
|
-
*
|
351
|
-
*
|
352
|
-
*
|
353
|
-
*
|
354
|
-
*
|
265
|
+
* Defines values for SeverityValues. \
|
266
|
+
* {@link KnownSeverityValues} can be used interchangeably with SeverityValues,
|
267
|
+
* this enum contains the known values that the service supports.
|
268
|
+
* ### Known values supported by the service
|
269
|
+
* **Information** \
|
270
|
+
* **Warning** \
|
271
|
+
* **Error**
|
355
272
|
*/
|
356
|
-
export
|
357
|
-
|
358
|
-
|
359
|
-
|
360
|
-
|
361
|
-
|
362
|
-
|
363
|
-
/**
|
364
|
-
* @member {string} [expand] Setting $expand=recommendedactions in url query
|
365
|
-
* expands the recommendedactions in the response.
|
366
|
-
*/
|
367
|
-
expand?: string;
|
273
|
+
export type SeverityValues = string;
|
274
|
+
|
275
|
+
/** Known values of {@link StageValues} that the service accepts. */
|
276
|
+
export enum KnownStageValues {
|
277
|
+
Active = "Active",
|
278
|
+
Resolve = "Resolve",
|
279
|
+
Archived = "Archived"
|
368
280
|
}
|
369
281
|
|
370
282
|
/**
|
371
|
-
*
|
372
|
-
*
|
373
|
-
*
|
374
|
-
*
|
375
|
-
*
|
283
|
+
* Defines values for StageValues. \
|
284
|
+
* {@link KnownStageValues} can be used interchangeably with StageValues,
|
285
|
+
* this enum contains the known values that the service supports.
|
286
|
+
* ### Known values supported by the service
|
287
|
+
* **Active** \
|
288
|
+
* **Resolve** \
|
289
|
+
* **Archived**
|
376
290
|
*/
|
377
|
-
export
|
378
|
-
|
379
|
-
|
380
|
-
|
381
|
-
|
382
|
-
|
291
|
+
export type StageValues = string;
|
292
|
+
/** Defines values for AvailabilityStateValues. */
|
293
|
+
export type AvailabilityStateValues = "Available" | "Unavailable" | "Unknown";
|
294
|
+
/** Defines values for ReasonChronicityTypes. */
|
295
|
+
export type ReasonChronicityTypes = "Transient" | "Persistent";
|
296
|
+
|
297
|
+
/** Optional parameters. */
|
298
|
+
export interface AvailabilityStatusesListBySubscriptionIdOptionalParams
|
299
|
+
extends coreClient.OperationOptions {
|
300
|
+
/** The filter to apply on the operation. For more information please see https://docs.microsoft.com/en-us/rest/api/apimanagement/apis?redirectedfrom=MSDN */
|
383
301
|
filter?: string;
|
384
|
-
/**
|
385
|
-
* @member {string} [expand] Setting $expand=recommendedactions in url query
|
386
|
-
* expands the recommendedactions in the response.
|
387
|
-
*/
|
302
|
+
/** Setting $expand=recommendedactions in url query expands the recommendedactions in the response. */
|
388
303
|
expand?: string;
|
389
304
|
}
|
390
305
|
|
391
|
-
/**
|
392
|
-
|
393
|
-
|
394
|
-
|
395
|
-
|
396
|
-
|
397
|
-
*/
|
398
|
-
export interface AvailabilityStatusesGetByResourceOptionalParams extends msRest.RequestOptionsBase {
|
399
|
-
/**
|
400
|
-
* @member {string} [filter] The filter to apply on the operation. For more
|
401
|
-
* information please see
|
402
|
-
* https://docs.microsoft.com/en-us/rest/api/apimanagement/apis?redirectedfrom=MSDN
|
403
|
-
*/
|
306
|
+
/** Contains response data for the listBySubscriptionId operation. */
|
307
|
+
export type AvailabilityStatusesListBySubscriptionIdResponse = AvailabilityStatusListResult;
|
308
|
+
|
309
|
+
/** Optional parameters. */
|
310
|
+
export interface AvailabilityStatusesListByResourceGroupOptionalParams
|
311
|
+
extends coreClient.OperationOptions {
|
312
|
+
/** The filter to apply on the operation. For more information please see https://docs.microsoft.com/en-us/rest/api/apimanagement/apis?redirectedfrom=MSDN */
|
404
313
|
filter?: string;
|
405
|
-
/**
|
406
|
-
* @member {string} [expand] Setting $expand=recommendedactions in url query
|
407
|
-
* expands the recommendedactions in the response.
|
408
|
-
*/
|
314
|
+
/** Setting $expand=recommendedactions in url query expands the recommendedactions in the response. */
|
409
315
|
expand?: string;
|
410
316
|
}
|
411
317
|
|
412
|
-
/**
|
413
|
-
|
414
|
-
|
415
|
-
|
416
|
-
|
417
|
-
|
418
|
-
*/
|
419
|
-
export interface AvailabilityStatusesListOptionalParams extends msRest.RequestOptionsBase {
|
420
|
-
/**
|
421
|
-
* @member {string} [filter] The filter to apply on the operation. For more
|
422
|
-
* information please see
|
423
|
-
* https://docs.microsoft.com/en-us/rest/api/apimanagement/apis?redirectedfrom=MSDN
|
424
|
-
*/
|
318
|
+
/** Contains response data for the listByResourceGroup operation. */
|
319
|
+
export type AvailabilityStatusesListByResourceGroupResponse = AvailabilityStatusListResult;
|
320
|
+
|
321
|
+
/** Optional parameters. */
|
322
|
+
export interface AvailabilityStatusesGetByResourceOptionalParams
|
323
|
+
extends coreClient.OperationOptions {
|
324
|
+
/** The filter to apply on the operation. For more information please see https://docs.microsoft.com/en-us/rest/api/apimanagement/apis?redirectedfrom=MSDN */
|
425
325
|
filter?: string;
|
426
|
-
/**
|
427
|
-
* @member {string} [expand] Setting $expand=recommendedactions in url query
|
428
|
-
* expands the recommendedactions in the response.
|
429
|
-
*/
|
326
|
+
/** Setting $expand=recommendedactions in url query expands the recommendedactions in the response. */
|
430
327
|
expand?: string;
|
431
328
|
}
|
432
329
|
|
433
|
-
/**
|
434
|
-
|
435
|
-
|
436
|
-
|
437
|
-
|
438
|
-
|
439
|
-
/**
|
440
|
-
|
441
|
-
|
442
|
-
|
330
|
+
/** Contains response data for the getByResource operation. */
|
331
|
+
export type AvailabilityStatusesGetByResourceResponse = AvailabilityStatus;
|
332
|
+
|
333
|
+
/** Optional parameters. */
|
334
|
+
export interface AvailabilityStatusesListOptionalParams
|
335
|
+
extends coreClient.OperationOptions {
|
336
|
+
/** The filter to apply on the operation. For more information please see https://docs.microsoft.com/en-us/rest/api/apimanagement/apis?redirectedfrom=MSDN */
|
337
|
+
filter?: string;
|
338
|
+
/** Setting $expand=recommendedactions in url query expands the recommendedactions in the response. */
|
339
|
+
expand?: string;
|
443
340
|
}
|
444
341
|
|
342
|
+
/** Contains response data for the list operation. */
|
343
|
+
export type AvailabilityStatusesListResponse = AvailabilityStatusListResult;
|
445
344
|
|
446
|
-
/**
|
447
|
-
|
448
|
-
|
449
|
-
|
450
|
-
|
451
|
-
|
452
|
-
|
453
|
-
export interface AvailabilityStatusListResult extends Array<AvailabilityStatus> {
|
454
|
-
/**
|
455
|
-
* @member {string} [nextLink] The URI to fetch the next page of
|
456
|
-
* availabilityStatuses. Call ListNext() with this URI to fetch the next page
|
457
|
-
* of availabilityStatuses.
|
458
|
-
*/
|
459
|
-
nextLink?: string;
|
345
|
+
/** Optional parameters. */
|
346
|
+
export interface AvailabilityStatusesListBySubscriptionIdNextOptionalParams
|
347
|
+
extends coreClient.OperationOptions {
|
348
|
+
/** The filter to apply on the operation. For more information please see https://docs.microsoft.com/en-us/rest/api/apimanagement/apis?redirectedfrom=MSDN */
|
349
|
+
filter?: string;
|
350
|
+
/** Setting $expand=recommendedactions in url query expands the recommendedactions in the response. */
|
351
|
+
expand?: string;
|
460
352
|
}
|
461
353
|
|
462
|
-
/**
|
463
|
-
|
464
|
-
* Possible values include: 'Available', 'Unavailable', 'Unknown'
|
465
|
-
* @readonly
|
466
|
-
* @enum {string}
|
467
|
-
*/
|
468
|
-
export type AvailabilityStateValues = 'Available' | 'Unavailable' | 'Unknown';
|
354
|
+
/** Contains response data for the listBySubscriptionIdNext operation. */
|
355
|
+
export type AvailabilityStatusesListBySubscriptionIdNextResponse = AvailabilityStatusListResult;
|
469
356
|
|
470
|
-
/**
|
471
|
-
|
472
|
-
|
473
|
-
|
474
|
-
|
475
|
-
*/
|
476
|
-
|
357
|
+
/** Optional parameters. */
|
358
|
+
export interface AvailabilityStatusesListByResourceGroupNextOptionalParams
|
359
|
+
extends coreClient.OperationOptions {
|
360
|
+
/** The filter to apply on the operation. For more information please see https://docs.microsoft.com/en-us/rest/api/apimanagement/apis?redirectedfrom=MSDN */
|
361
|
+
filter?: string;
|
362
|
+
/** Setting $expand=recommendedactions in url query expands the recommendedactions in the response. */
|
363
|
+
expand?: string;
|
364
|
+
}
|
477
365
|
|
478
|
-
/**
|
479
|
-
|
480
|
-
*/
|
481
|
-
export type AvailabilityStatusesListBySubscriptionIdResponse = AvailabilityStatusListResult & {
|
482
|
-
/**
|
483
|
-
* The underlying HTTP response.
|
484
|
-
*/
|
485
|
-
_response: msRest.HttpResponse & {
|
486
|
-
/**
|
487
|
-
* The response body as text (string format)
|
488
|
-
*/
|
489
|
-
bodyAsText: string;
|
490
|
-
/**
|
491
|
-
* The response body as parsed JSON or XML
|
492
|
-
*/
|
493
|
-
parsedBody: AvailabilityStatusListResult;
|
494
|
-
};
|
495
|
-
};
|
366
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
367
|
+
export type AvailabilityStatusesListByResourceGroupNextResponse = AvailabilityStatusListResult;
|
496
368
|
|
497
|
-
/**
|
498
|
-
|
499
|
-
|
500
|
-
|
501
|
-
|
502
|
-
|
503
|
-
|
504
|
-
|
505
|
-
/**
|
506
|
-
* The response body as text (string format)
|
507
|
-
*/
|
508
|
-
bodyAsText: string;
|
509
|
-
/**
|
510
|
-
* The response body as parsed JSON or XML
|
511
|
-
*/
|
512
|
-
parsedBody: AvailabilityStatusListResult;
|
513
|
-
};
|
514
|
-
};
|
369
|
+
/** Optional parameters. */
|
370
|
+
export interface AvailabilityStatusesListNextOptionalParams
|
371
|
+
extends coreClient.OperationOptions {
|
372
|
+
/** The filter to apply on the operation. For more information please see https://docs.microsoft.com/en-us/rest/api/apimanagement/apis?redirectedfrom=MSDN */
|
373
|
+
filter?: string;
|
374
|
+
/** Setting $expand=recommendedactions in url query expands the recommendedactions in the response. */
|
375
|
+
expand?: string;
|
376
|
+
}
|
515
377
|
|
516
|
-
/**
|
517
|
-
|
518
|
-
*/
|
519
|
-
export type AvailabilityStatusesGetByResourceResponse = AvailabilityStatus & {
|
520
|
-
/**
|
521
|
-
* The underlying HTTP response.
|
522
|
-
*/
|
523
|
-
_response: msRest.HttpResponse & {
|
524
|
-
/**
|
525
|
-
* The response body as text (string format)
|
526
|
-
*/
|
527
|
-
bodyAsText: string;
|
528
|
-
/**
|
529
|
-
* The response body as parsed JSON or XML
|
530
|
-
*/
|
531
|
-
parsedBody: AvailabilityStatus;
|
532
|
-
};
|
533
|
-
};
|
378
|
+
/** Contains response data for the listNext operation. */
|
379
|
+
export type AvailabilityStatusesListNextResponse = AvailabilityStatusListResult;
|
534
380
|
|
535
|
-
/**
|
536
|
-
|
537
|
-
|
538
|
-
|
539
|
-
|
540
|
-
|
541
|
-
|
542
|
-
|
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
|
-
};
|
381
|
+
/** Optional parameters. */
|
382
|
+
export interface ChildAvailabilityStatusesGetByResourceOptionalParams
|
383
|
+
extends coreClient.OperationOptions {
|
384
|
+
/** The filter to apply on the operation. For more information please see https://docs.microsoft.com/en-us/rest/api/apimanagement/apis?redirectedfrom=MSDN */
|
385
|
+
filter?: string;
|
386
|
+
/** Setting $expand=recommendedactions in url query expands the recommendedactions in the response. */
|
387
|
+
expand?: string;
|
388
|
+
}
|
553
389
|
|
554
|
-
/**
|
555
|
-
|
556
|
-
*/
|
557
|
-
export type AvailabilityStatusesListBySubscriptionIdNextResponse = AvailabilityStatusListResult & {
|
558
|
-
/**
|
559
|
-
* The underlying HTTP response.
|
560
|
-
*/
|
561
|
-
_response: msRest.HttpResponse & {
|
562
|
-
/**
|
563
|
-
* The response body as text (string format)
|
564
|
-
*/
|
565
|
-
bodyAsText: string;
|
566
|
-
/**
|
567
|
-
* The response body as parsed JSON or XML
|
568
|
-
*/
|
569
|
-
parsedBody: AvailabilityStatusListResult;
|
570
|
-
};
|
571
|
-
};
|
390
|
+
/** Contains response data for the getByResource operation. */
|
391
|
+
export type ChildAvailabilityStatusesGetByResourceResponse = AvailabilityStatus;
|
572
392
|
|
573
|
-
/**
|
574
|
-
|
575
|
-
|
576
|
-
|
577
|
-
|
578
|
-
|
579
|
-
|
580
|
-
|
581
|
-
/**
|
582
|
-
* The response body as text (string format)
|
583
|
-
*/
|
584
|
-
bodyAsText: string;
|
585
|
-
/**
|
586
|
-
* The response body as parsed JSON or XML
|
587
|
-
*/
|
588
|
-
parsedBody: AvailabilityStatusListResult;
|
589
|
-
};
|
590
|
-
};
|
393
|
+
/** Optional parameters. */
|
394
|
+
export interface ChildAvailabilityStatusesListOptionalParams
|
395
|
+
extends coreClient.OperationOptions {
|
396
|
+
/** The filter to apply on the operation. For more information please see https://docs.microsoft.com/en-us/rest/api/apimanagement/apis?redirectedfrom=MSDN */
|
397
|
+
filter?: string;
|
398
|
+
/** Setting $expand=recommendedactions in url query expands the recommendedactions in the response. */
|
399
|
+
expand?: string;
|
400
|
+
}
|
591
401
|
|
592
|
-
/**
|
593
|
-
|
594
|
-
*/
|
595
|
-
export type AvailabilityStatusesListNextResponse = AvailabilityStatusListResult & {
|
596
|
-
/**
|
597
|
-
* The underlying HTTP response.
|
598
|
-
*/
|
599
|
-
_response: msRest.HttpResponse & {
|
600
|
-
/**
|
601
|
-
* The response body as text (string format)
|
602
|
-
*/
|
603
|
-
bodyAsText: string;
|
604
|
-
/**
|
605
|
-
* The response body as parsed JSON or XML
|
606
|
-
*/
|
607
|
-
parsedBody: AvailabilityStatusListResult;
|
608
|
-
};
|
609
|
-
};
|
402
|
+
/** Contains response data for the list operation. */
|
403
|
+
export type ChildAvailabilityStatusesListResponse = AvailabilityStatusListResult;
|
610
404
|
|
611
|
-
/**
|
612
|
-
|
613
|
-
|
614
|
-
|
615
|
-
|
616
|
-
|
617
|
-
|
618
|
-
|
619
|
-
|
620
|
-
|
621
|
-
|
622
|
-
|
623
|
-
|
624
|
-
|
625
|
-
|
626
|
-
|
627
|
-
|
628
|
-
|
405
|
+
/** Optional parameters. */
|
406
|
+
export interface ChildAvailabilityStatusesListNextOptionalParams
|
407
|
+
extends coreClient.OperationOptions {
|
408
|
+
/** The filter to apply on the operation. For more information please see https://docs.microsoft.com/en-us/rest/api/apimanagement/apis?redirectedfrom=MSDN */
|
409
|
+
filter?: string;
|
410
|
+
/** Setting $expand=recommendedactions in url query expands the recommendedactions in the response. */
|
411
|
+
expand?: string;
|
412
|
+
}
|
413
|
+
|
414
|
+
/** Contains response data for the listNext operation. */
|
415
|
+
export type ChildAvailabilityStatusesListNextResponse = AvailabilityStatusListResult;
|
416
|
+
|
417
|
+
/** Optional parameters. */
|
418
|
+
export interface ChildResourcesListOptionalParams
|
419
|
+
extends coreClient.OperationOptions {
|
420
|
+
/** The filter to apply on the operation. For more information please see https://docs.microsoft.com/en-us/rest/api/apimanagement/apis?redirectedfrom=MSDN */
|
421
|
+
filter?: string;
|
422
|
+
/** Setting $expand=recommendedactions in url query expands the recommendedactions in the response. */
|
423
|
+
expand?: string;
|
424
|
+
}
|
425
|
+
|
426
|
+
/** Contains response data for the list operation. */
|
427
|
+
export type ChildResourcesListResponse = AvailabilityStatusListResult;
|
428
|
+
|
429
|
+
/** Optional parameters. */
|
430
|
+
export interface ChildResourcesListNextOptionalParams
|
431
|
+
extends coreClient.OperationOptions {
|
432
|
+
/** The filter to apply on the operation. For more information please see https://docs.microsoft.com/en-us/rest/api/apimanagement/apis?redirectedfrom=MSDN */
|
433
|
+
filter?: string;
|
434
|
+
/** Setting $expand=recommendedactions in url query expands the recommendedactions in the response. */
|
435
|
+
expand?: string;
|
436
|
+
}
|
437
|
+
|
438
|
+
/** Contains response data for the listNext operation. */
|
439
|
+
export type ChildResourcesListNextResponse = AvailabilityStatusListResult;
|
440
|
+
|
441
|
+
/** Optional parameters. */
|
442
|
+
export interface OperationsListOptionalParams
|
443
|
+
extends coreClient.OperationOptions {}
|
444
|
+
|
445
|
+
/** Contains response data for the list operation. */
|
446
|
+
export type OperationsListResponse = OperationListResult;
|
447
|
+
|
448
|
+
/** Optional parameters. */
|
449
|
+
export interface EmergingIssuesGetOptionalParams
|
450
|
+
extends coreClient.OperationOptions {}
|
451
|
+
|
452
|
+
/** Contains response data for the get operation. */
|
453
|
+
export type EmergingIssuesGetResponse = EmergingIssuesGetResult;
|
454
|
+
|
455
|
+
/** Optional parameters. */
|
456
|
+
export interface EmergingIssuesListOptionalParams
|
457
|
+
extends coreClient.OperationOptions {}
|
458
|
+
|
459
|
+
/** Contains response data for the list operation. */
|
460
|
+
export type EmergingIssuesListResponse = EmergingIssueListResult;
|
461
|
+
|
462
|
+
/** Optional parameters. */
|
463
|
+
export interface EmergingIssuesListNextOptionalParams
|
464
|
+
extends coreClient.OperationOptions {}
|
465
|
+
|
466
|
+
/** Contains response data for the listNext operation. */
|
467
|
+
export type EmergingIssuesListNextResponse = EmergingIssueListResult;
|
468
|
+
|
469
|
+
/** Optional parameters. */
|
470
|
+
export interface MicrosoftResourceHealthOptionalParams
|
471
|
+
extends coreClient.ServiceClientOptions {
|
472
|
+
/** server parameter */
|
473
|
+
$host?: string;
|
474
|
+
/** Api Version */
|
475
|
+
apiVersion?: string;
|
476
|
+
/** Overrides client endpoint. */
|
477
|
+
endpoint?: string;
|
478
|
+
}
|