@azure/arm-selfhelp 1.0.1-alpha.20231016.1 → 2.0.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +92 -8
- package/README.md +2 -2
- package/dist/index.js +2045 -391
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/samples-dev/checkNameAvailabilityPostSample.d.ts +2 -0
- package/dist-esm/samples-dev/checkNameAvailabilityPostSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/{diagnosticsCheckNameAvailabilitySample.js → checkNameAvailabilityPostSample.js} +9 -9
- package/dist-esm/samples-dev/checkNameAvailabilityPostSample.js.map +1 -0
- package/dist-esm/samples-dev/diagnosticsCreateSample.js +5 -14
- package/dist-esm/samples-dev/diagnosticsCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/diagnosticsGetSample.js +2 -2
- package/dist-esm/samples-dev/discoverySolutionListSample.js +44 -13
- package/dist-esm/samples-dev/discoverySolutionListSample.js.map +1 -1
- package/dist-esm/samples-dev/operationsListSample.js +4 -9
- package/dist-esm/samples-dev/operationsListSample.js.map +1 -1
- package/dist-esm/samples-dev/solutionCreateSample.d.ts +2 -0
- package/dist-esm/samples-dev/solutionCreateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/solutionCreateSample.js +46 -0
- package/dist-esm/samples-dev/solutionCreateSample.js.map +1 -0
- package/dist-esm/samples-dev/solutionGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/solutionGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/solutionGetSample.js +37 -0
- package/dist-esm/samples-dev/solutionGetSample.js.map +1 -0
- package/dist-esm/samples-dev/solutionUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/solutionUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/solutionUpdateSample.js +37 -0
- package/dist-esm/samples-dev/solutionUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/troubleshootersContinueSample.d.ts +2 -0
- package/dist-esm/samples-dev/troubleshootersContinueSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/troubleshootersContinueSample.js +50 -0
- package/dist-esm/samples-dev/troubleshootersContinueSample.js.map +1 -0
- package/dist-esm/samples-dev/troubleshootersCreateSample.d.ts +2 -0
- package/dist-esm/samples-dev/troubleshootersCreateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/troubleshootersCreateSample.js +46 -0
- package/dist-esm/samples-dev/troubleshootersCreateSample.js.map +1 -0
- package/dist-esm/samples-dev/troubleshootersEndSample.d.ts +2 -0
- package/dist-esm/samples-dev/troubleshootersEndSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/troubleshootersEndSample.js +37 -0
- package/dist-esm/samples-dev/troubleshootersEndSample.js.map +1 -0
- package/dist-esm/samples-dev/troubleshootersGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/troubleshootersGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/troubleshootersGetSample.js +37 -0
- package/dist-esm/samples-dev/troubleshootersGetSample.js.map +1 -0
- package/dist-esm/samples-dev/troubleshootersRestartSample.d.ts +2 -0
- package/dist-esm/samples-dev/troubleshootersRestartSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/troubleshootersRestartSample.js +37 -0
- package/dist-esm/samples-dev/troubleshootersRestartSample.js.map +1 -0
- package/dist-esm/src/helpRP.d.ts +4 -1
- package/dist-esm/src/helpRP.d.ts.map +1 -1
- package/dist-esm/src/helpRP.js +6 -3
- package/dist-esm/src/helpRP.js.map +1 -1
- package/dist-esm/src/models/index.d.ts +641 -22
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +140 -8
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +30 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +988 -13
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts +6 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +48 -2
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/checkNameAvailability.d.ts +21 -0
- package/dist-esm/src/operations/checkNameAvailability.d.ts.map +1 -0
- package/dist-esm/src/operations/checkNameAvailability.js +51 -0
- package/dist-esm/src/operations/checkNameAvailability.js.map +1 -0
- package/dist-esm/src/operations/diagnostics.d.ts +11 -18
- package/dist-esm/src/operations/diagnostics.d.ts.map +1 -1
- package/dist-esm/src/operations/diagnostics.js +10 -37
- package/dist-esm/src/operations/diagnostics.js.map +1 -1
- package/dist-esm/src/operations/discoverySolution.d.ts +20 -14
- package/dist-esm/src/operations/discoverySolution.d.ts.map +1 -1
- package/dist-esm/src/operations/discoverySolution.js +23 -22
- package/dist-esm/src/operations/discoverySolution.js.map +1 -1
- package/dist-esm/src/operations/index.d.ts +3 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -1
- package/dist-esm/src/operations/index.js +3 -0
- package/dist-esm/src/operations/index.js.map +1 -1
- package/dist-esm/src/operations/operations.js +3 -8
- package/dist-esm/src/operations/operations.js.map +1 -1
- package/dist-esm/src/operations/solution.d.ts +78 -0
- package/dist-esm/src/operations/solution.d.ts.map +1 -0
- package/dist-esm/src/operations/solution.js +262 -0
- package/dist-esm/src/operations/solution.js.map +1 -0
- package/dist-esm/src/operations/troubleshooters.d.ts +70 -0
- package/dist-esm/src/operations/troubleshooters.d.ts.map +1 -0
- package/dist-esm/src/operations/troubleshooters.js +198 -0
- package/dist-esm/src/operations/troubleshooters.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/checkNameAvailability.d.ts +13 -0
- package/dist-esm/src/operationsInterfaces/checkNameAvailability.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/checkNameAvailability.js +9 -0
- package/dist-esm/src/operationsInterfaces/checkNameAvailability.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/diagnostics.d.ts +11 -18
- package/dist-esm/src/operationsInterfaces/diagnostics.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/discoverySolution.d.ts +10 -7
- package/dist-esm/src/operationsInterfaces/discoverySolution.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +3 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.js +3 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/solution.d.ts +70 -0
- package/dist-esm/src/operationsInterfaces/solution.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/solution.js +9 -0
- package/dist-esm/src/operationsInterfaces/solution.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/troubleshooters.d.ts +62 -0
- package/dist-esm/src/operationsInterfaces/troubleshooters.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/troubleshooters.js +9 -0
- package/dist-esm/src/operationsInterfaces/troubleshooters.js.map +1 -0
- package/dist-esm/test/selfhelp_operations_test.spec.js +5 -20
- package/dist-esm/test/selfhelp_operations_test.spec.js.map +1 -1
- package/package.json +7 -7
- package/review/arm-selfhelp.api.md +469 -17
- package/src/helpRP.ts +16 -4
- package/src/models/index.ts +712 -22
- package/src/models/mappers.ts +1024 -13
- package/src/models/parameters.ts +58 -2
- package/src/operations/checkNameAvailability.ts +68 -0
- package/src/operations/diagnostics.ts +10 -46
- package/src/operations/discoverySolution.ts +20 -14
- package/src/operations/index.ts +3 -0
- package/src/operations/solution.ts +349 -0
- package/src/operations/troubleshooters.ts +261 -0
- package/src/operationsInterfaces/checkNameAvailability.ts +27 -0
- package/src/operationsInterfaces/diagnostics.ts +10 -22
- package/src/operationsInterfaces/discoverySolution.ts +10 -7
- package/src/operationsInterfaces/index.ts +3 -0
- package/src/operationsInterfaces/solution.ts +115 -0
- package/src/operationsInterfaces/troubleshooters.ts +101 -0
- package/types/arm-selfhelp.d.ts +892 -63
- package/dist-esm/samples-dev/diagnosticsCheckNameAvailabilitySample.d.ts +0 -2
- package/dist-esm/samples-dev/diagnosticsCheckNameAvailabilitySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/diagnosticsCheckNameAvailabilitySample.js.map +0 -1
|
@@ -142,7 +142,7 @@ export interface Diagnostic {
|
|
|
142
142
|
/** Error definition. */
|
|
143
143
|
error?: ErrorModel;
|
|
144
144
|
}
|
|
145
|
-
/** Detailed insights(s) obtained via the invocation of an insight diagnostic
|
|
145
|
+
/** Detailed insights(s) obtained via the invocation of an insight diagnostic */
|
|
146
146
|
export interface Insight {
|
|
147
147
|
/** Article id. */
|
|
148
148
|
id?: string;
|
|
@@ -176,7 +176,7 @@ export interface ErrorModel {
|
|
|
176
176
|
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
177
177
|
export interface Resource {
|
|
178
178
|
/**
|
|
179
|
-
* Fully qualified resource ID for the resource.
|
|
179
|
+
* Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
180
180
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
181
181
|
*/
|
|
182
182
|
readonly id?: string;
|
|
@@ -213,14 +213,302 @@ export interface SystemData {
|
|
|
213
213
|
}
|
|
214
214
|
/** Discovery response. */
|
|
215
215
|
export interface DiscoveryResponse {
|
|
216
|
-
/** The list of
|
|
216
|
+
/** The list of metadata. */
|
|
217
217
|
value?: SolutionMetadataResource[];
|
|
218
218
|
/** The link used to get the next page of solution metadata. */
|
|
219
219
|
nextLink?: string;
|
|
220
220
|
}
|
|
221
|
+
/** Metadata Properties */
|
|
222
|
+
export interface SolutionMetadataProperties {
|
|
223
|
+
/** Solution Id. */
|
|
224
|
+
solutionId?: string;
|
|
225
|
+
/**
|
|
226
|
+
* Solution Type.
|
|
227
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
228
|
+
*/
|
|
229
|
+
readonly solutionType?: SolutionType;
|
|
230
|
+
/**
|
|
231
|
+
* A detailed description of solution.
|
|
232
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
233
|
+
*/
|
|
234
|
+
readonly description?: string;
|
|
235
|
+
/**
|
|
236
|
+
* Required parameters for invoking this particular solution.
|
|
237
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
238
|
+
*/
|
|
239
|
+
readonly requiredInputs?: string[];
|
|
240
|
+
}
|
|
241
|
+
/** Solution response. */
|
|
242
|
+
export interface SolutionResource {
|
|
243
|
+
/**
|
|
244
|
+
* Full resource uri of the resource.
|
|
245
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
246
|
+
*/
|
|
247
|
+
readonly id?: string;
|
|
248
|
+
/**
|
|
249
|
+
* Type of resource.
|
|
250
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
251
|
+
*/
|
|
252
|
+
readonly type?: string;
|
|
253
|
+
/**
|
|
254
|
+
* Resource name.
|
|
255
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
256
|
+
*/
|
|
257
|
+
readonly name?: string;
|
|
258
|
+
/** Solution result */
|
|
259
|
+
properties?: SolutionResourceProperties;
|
|
260
|
+
}
|
|
261
|
+
/** Solution result */
|
|
262
|
+
export interface SolutionResourceProperties {
|
|
263
|
+
/** Solution request trigger criteria */
|
|
264
|
+
triggerCriteria?: TriggerCriterion[];
|
|
265
|
+
/** Client input parameters to run Solution */
|
|
266
|
+
parameters?: {
|
|
267
|
+
[propertyName: string]: string;
|
|
268
|
+
};
|
|
269
|
+
/** Solution Id to identify single solution. */
|
|
270
|
+
solutionId?: string;
|
|
271
|
+
/** Status of solution provisioning. */
|
|
272
|
+
provisioningState?: SolutionProvisioningState;
|
|
273
|
+
/** The title. */
|
|
274
|
+
title?: string;
|
|
275
|
+
/** The HTML content that needs to be rendered and shown to customer. */
|
|
276
|
+
content?: string;
|
|
277
|
+
/** Solution replacement maps. */
|
|
278
|
+
replacementMaps?: ReplacementMaps;
|
|
279
|
+
/** List of section object. */
|
|
280
|
+
sections?: Section[];
|
|
281
|
+
}
|
|
282
|
+
/** Solution request trigger criterion. SolutionId/ProblemClassificationId is the only supported trigger type for Solution PUT request. ReplacementKey is the only supported trigger type for Solution PATCH request. */
|
|
283
|
+
export interface TriggerCriterion {
|
|
284
|
+
/** Trigger criterion name. */
|
|
285
|
+
name?: Name;
|
|
286
|
+
/** Trigger criterion value. */
|
|
287
|
+
value?: string;
|
|
288
|
+
}
|
|
289
|
+
/** Solution replacement maps. */
|
|
290
|
+
export interface ReplacementMaps {
|
|
291
|
+
/** Solution AzureKB results */
|
|
292
|
+
webResults?: WebResult[];
|
|
293
|
+
/** Solution diagnostics results. */
|
|
294
|
+
diagnostics?: SolutionsDiagnostic[];
|
|
295
|
+
/** Solutions Troubleshooters */
|
|
296
|
+
troubleshooters?: SolutionsTroubleshooters[];
|
|
297
|
+
/** Solution metrics based charts */
|
|
298
|
+
metricsBasedCharts?: MetricsBasedChart[];
|
|
299
|
+
/** Video solutions, which have the power to engage the customer by stimulating their senses */
|
|
300
|
+
videos?: Video[];
|
|
301
|
+
/** Group of Videos */
|
|
302
|
+
videoGroups?: VideoGroup[];
|
|
303
|
+
}
|
|
304
|
+
/** AzureKB web result */
|
|
305
|
+
export interface WebResult {
|
|
306
|
+
/** Place holder used in HTML Content replace control with the content */
|
|
307
|
+
replacementKey?: string;
|
|
308
|
+
/** AzureKB search results */
|
|
309
|
+
searchResults?: SearchResult[];
|
|
310
|
+
}
|
|
311
|
+
/** Details of an AzureKB search result. */
|
|
312
|
+
export interface SearchResult {
|
|
313
|
+
/** Unique id of the result. */
|
|
314
|
+
solutionId?: string;
|
|
315
|
+
/** Content of the search result. */
|
|
316
|
+
content?: string;
|
|
317
|
+
/** Title of the search result. */
|
|
318
|
+
title?: string;
|
|
319
|
+
/** Confidence of the search result. */
|
|
320
|
+
confidence?: Confidence;
|
|
321
|
+
/** Source of the search result. */
|
|
322
|
+
source?: string;
|
|
323
|
+
/** Result type of the search result. */
|
|
324
|
+
resultType?: ResultType;
|
|
325
|
+
/** rank of the search result */
|
|
326
|
+
rank?: number;
|
|
327
|
+
/** Link to the document. */
|
|
328
|
+
link?: string;
|
|
329
|
+
}
|
|
330
|
+
/** Solutions Diagnostic */
|
|
331
|
+
export interface SolutionsDiagnostic {
|
|
332
|
+
/** Solution Id to identify single Solutions Diagnostic */
|
|
333
|
+
solutionId?: string;
|
|
334
|
+
/** Denotes the status of the diagnostic resource. */
|
|
335
|
+
status?: Status;
|
|
336
|
+
/** Details of the status */
|
|
337
|
+
statusDetails?: string;
|
|
338
|
+
/** Place holder used in HTML Content replace control with the content */
|
|
339
|
+
replacementKey?: string;
|
|
340
|
+
/** Required parameters of this item */
|
|
341
|
+
requiredParameters?: string[];
|
|
342
|
+
/** Diagnostic insights */
|
|
343
|
+
insights?: Insight[];
|
|
344
|
+
}
|
|
345
|
+
/** Troubleshooters in Solutions */
|
|
346
|
+
export interface SolutionsTroubleshooters {
|
|
347
|
+
/** Solution Id to identify single Solutions Troubleshooter */
|
|
348
|
+
solutionId?: string;
|
|
349
|
+
/** Troubleshooter title */
|
|
350
|
+
title?: string;
|
|
351
|
+
/** Troubleshooter summary */
|
|
352
|
+
summary?: string;
|
|
353
|
+
}
|
|
354
|
+
/** Solutions metrics based chart */
|
|
355
|
+
export interface MetricsBasedChart {
|
|
356
|
+
/** Chart name */
|
|
357
|
+
name?: string;
|
|
358
|
+
/** Allowed values are Sum, Avg, Count, Min, Max. Default is Sum */
|
|
359
|
+
aggregationType?: AggregationType;
|
|
360
|
+
/** Time span duration */
|
|
361
|
+
timeSpanDuration?: string;
|
|
362
|
+
/** Chart title */
|
|
363
|
+
title?: string;
|
|
364
|
+
/** Filter group */
|
|
365
|
+
filterGroup?: FilterGroup;
|
|
366
|
+
/** Place holder used in HTML Content replace control with the content */
|
|
367
|
+
replacementKey?: string;
|
|
368
|
+
}
|
|
369
|
+
/** Filter group */
|
|
370
|
+
export interface FilterGroup {
|
|
371
|
+
/** List of filters */
|
|
372
|
+
filter?: Filter[];
|
|
373
|
+
}
|
|
374
|
+
/** Filter criterion */
|
|
375
|
+
export interface Filter {
|
|
376
|
+
/** Filter name */
|
|
377
|
+
name?: string;
|
|
378
|
+
/** Filter values */
|
|
379
|
+
values?: string;
|
|
380
|
+
/** Filter operator */
|
|
381
|
+
operator?: string;
|
|
382
|
+
}
|
|
383
|
+
/** VideoGroup video detail */
|
|
384
|
+
export interface VideoGroupVideo {
|
|
385
|
+
/** Link to the video */
|
|
386
|
+
src?: string;
|
|
387
|
+
/** Title of the video */
|
|
388
|
+
title?: string;
|
|
389
|
+
}
|
|
390
|
+
/** Video group detail */
|
|
391
|
+
export interface VideoGroup {
|
|
392
|
+
/** List of videos will be shown to customers */
|
|
393
|
+
videos?: VideoGroupVideo[];
|
|
394
|
+
/** Place holder used in HTML Content replace control with the insight content */
|
|
395
|
+
replacementKey?: string;
|
|
396
|
+
}
|
|
397
|
+
/** Part of the solution and are dividers in the solution rendering. */
|
|
398
|
+
export interface Section {
|
|
399
|
+
/** Solution sections title. */
|
|
400
|
+
title?: string;
|
|
401
|
+
/** Solution sections content. */
|
|
402
|
+
content?: string;
|
|
403
|
+
/** Solution replacement maps. */
|
|
404
|
+
replacementMaps?: ReplacementMaps;
|
|
405
|
+
}
|
|
406
|
+
/** Solution response. */
|
|
407
|
+
export interface SolutionPatchRequestBody {
|
|
408
|
+
/** Solution result */
|
|
409
|
+
properties?: SolutionResourceProperties;
|
|
410
|
+
}
|
|
411
|
+
/** Troubleshooter step */
|
|
412
|
+
export interface Step {
|
|
413
|
+
/** Unique step id. */
|
|
414
|
+
id?: string;
|
|
415
|
+
/** Step title. */
|
|
416
|
+
title?: string;
|
|
417
|
+
/** Step description. */
|
|
418
|
+
description?: string;
|
|
419
|
+
/** Get or sets the Step guidance. */
|
|
420
|
+
guidance?: string;
|
|
421
|
+
/** Status of Troubleshooter Step execution. */
|
|
422
|
+
executionStatus?: ExecutionStatus;
|
|
423
|
+
/** This field has more detailed status description of the execution status. */
|
|
424
|
+
executionStatusDescription?: string;
|
|
425
|
+
/** Type of Troubleshooting step. */
|
|
426
|
+
type?: Type;
|
|
427
|
+
/** is this last step of the workflow. */
|
|
428
|
+
isLastStep?: boolean;
|
|
429
|
+
inputs?: StepInput[];
|
|
430
|
+
/** Only for AutomatedStep type */
|
|
431
|
+
automatedCheckResults?: AutomatedCheckResult;
|
|
432
|
+
insights?: Insight[];
|
|
433
|
+
/** The error detail. */
|
|
434
|
+
error?: ErrorDetail;
|
|
435
|
+
}
|
|
436
|
+
/** Details of step input. */
|
|
437
|
+
export interface StepInput {
|
|
438
|
+
/** Use Index as QuestionId. */
|
|
439
|
+
questionId?: string;
|
|
440
|
+
/** Text Input. Will be a single line input. */
|
|
441
|
+
questionType?: string;
|
|
442
|
+
/** User question content. */
|
|
443
|
+
questionContent?: string;
|
|
444
|
+
/** Default is Text. */
|
|
445
|
+
questionContentType?: QuestionContentType;
|
|
446
|
+
/** Place holder text for response hints. */
|
|
447
|
+
responseHint?: string;
|
|
448
|
+
/** Result of Automate step. */
|
|
449
|
+
recommendedOption?: string;
|
|
450
|
+
/** Text of response that was selected. */
|
|
451
|
+
selectedOptionValue?: string;
|
|
452
|
+
/** Troubleshooter step input response validation properties */
|
|
453
|
+
responseValidationProperties?: ResponseValidationProperties;
|
|
454
|
+
responseOptions?: ResponseOption[];
|
|
455
|
+
}
|
|
456
|
+
/** Troubleshooter step input response validation properties */
|
|
457
|
+
export interface ResponseValidationProperties {
|
|
458
|
+
/** Regex used for the input validation. */
|
|
459
|
+
regex?: string;
|
|
460
|
+
/** Default True */
|
|
461
|
+
isRequired?: boolean;
|
|
462
|
+
/** Validation Error Message. */
|
|
463
|
+
validationErrorMessage?: string;
|
|
464
|
+
/** Max text input (open Ended Text). */
|
|
465
|
+
maxLength?: number;
|
|
466
|
+
}
|
|
467
|
+
/** The status of the resource. */
|
|
468
|
+
export interface ResponseOption {
|
|
469
|
+
/** Unique string. */
|
|
470
|
+
key?: string;
|
|
471
|
+
/** Option description */
|
|
472
|
+
value?: string;
|
|
473
|
+
}
|
|
474
|
+
/** Only for AutomatedStep type */
|
|
475
|
+
export interface AutomatedCheckResult {
|
|
476
|
+
/** Insight Article Content */
|
|
477
|
+
result?: string;
|
|
478
|
+
/** Type of Result. */
|
|
479
|
+
type?: AutomatedCheckResultType;
|
|
480
|
+
}
|
|
481
|
+
/** Troubleshooter ContinueRequest body. */
|
|
482
|
+
export interface ContinueRequestBody {
|
|
483
|
+
/** Unique id of the result. */
|
|
484
|
+
stepId?: string;
|
|
485
|
+
responses?: TroubleshooterResponse[];
|
|
486
|
+
}
|
|
487
|
+
/** User Response for Troubleshooter continue request */
|
|
488
|
+
export interface TroubleshooterResponse {
|
|
489
|
+
/** id of the question. */
|
|
490
|
+
questionId?: string;
|
|
491
|
+
/** Text Input. Will be a single line input. */
|
|
492
|
+
questionType?: QuestionType;
|
|
493
|
+
/** Response key for SingleInput. For Multi-line test/open ended question it is free form text */
|
|
494
|
+
response?: string;
|
|
495
|
+
}
|
|
496
|
+
/** Troubleshooter restart response */
|
|
497
|
+
export interface RestartTroubleshooterResponse {
|
|
498
|
+
/**
|
|
499
|
+
* Updated TroubleshooterResource Name .
|
|
500
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
501
|
+
*/
|
|
502
|
+
readonly troubleshooterResourceName?: string;
|
|
503
|
+
}
|
|
221
504
|
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
222
505
|
export interface ProxyResource extends Resource {
|
|
223
506
|
}
|
|
507
|
+
/** Video detail */
|
|
508
|
+
export interface Video extends VideoGroupVideo {
|
|
509
|
+
/** Place holder used in HTML Content replace control with the insight content */
|
|
510
|
+
replacementKey?: string;
|
|
511
|
+
}
|
|
224
512
|
/** Diagnostic resource */
|
|
225
513
|
export interface DiagnosticResource extends ProxyResource {
|
|
226
514
|
/** Global parameters that can be passed to all solutionIds. */
|
|
@@ -238,23 +526,52 @@ export interface DiagnosticResource extends ProxyResource {
|
|
|
238
526
|
* Status of diagnostic provisioning.
|
|
239
527
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
240
528
|
*/
|
|
241
|
-
readonly provisioningState?:
|
|
529
|
+
readonly provisioningState?: DiagnosticProvisioningState;
|
|
242
530
|
/**
|
|
243
531
|
* Array of Diagnostics.
|
|
244
532
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
245
533
|
*/
|
|
246
534
|
readonly diagnostics?: Diagnostic[];
|
|
247
535
|
}
|
|
248
|
-
/**
|
|
536
|
+
/** Metadata resource */
|
|
249
537
|
export interface SolutionMetadataResource extends ProxyResource {
|
|
250
|
-
/**
|
|
538
|
+
/** List of metadata. */
|
|
539
|
+
solutions?: SolutionMetadataProperties[];
|
|
540
|
+
}
|
|
541
|
+
/** Troubleshooter response. */
|
|
542
|
+
export interface TroubleshooterResource extends ProxyResource {
|
|
543
|
+
/** Solution Id to identify single troubleshooter. */
|
|
251
544
|
solutionId?: string;
|
|
252
|
-
/**
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
/**
|
|
257
|
-
|
|
545
|
+
/** Client input parameters to run Troubleshooter Resource */
|
|
546
|
+
parameters?: {
|
|
547
|
+
[propertyName: string]: string;
|
|
548
|
+
};
|
|
549
|
+
/**
|
|
550
|
+
* Status of troubleshooter provisioning.
|
|
551
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
552
|
+
*/
|
|
553
|
+
readonly provisioningState?: TroubleshooterProvisioningState;
|
|
554
|
+
/**
|
|
555
|
+
* List of step object.
|
|
556
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
557
|
+
*/
|
|
558
|
+
readonly steps?: Step[];
|
|
559
|
+
}
|
|
560
|
+
/** Defines headers for Solution_update operation. */
|
|
561
|
+
export interface SolutionUpdateHeaders {
|
|
562
|
+
location?: string;
|
|
563
|
+
}
|
|
564
|
+
/** Defines headers for Troubleshooters_continue operation. */
|
|
565
|
+
export interface TroubleshootersContinueHeaders {
|
|
566
|
+
location?: string;
|
|
567
|
+
}
|
|
568
|
+
/** Defines headers for Troubleshooters_end operation. */
|
|
569
|
+
export interface TroubleshootersEndHeaders {
|
|
570
|
+
location?: string;
|
|
571
|
+
}
|
|
572
|
+
/** Defines headers for Troubleshooters_restart operation. */
|
|
573
|
+
export interface TroubleshootersRestartHeaders {
|
|
574
|
+
location?: string;
|
|
258
575
|
}
|
|
259
576
|
/** Known values of {@link Origin} that the service accepts. */
|
|
260
577
|
export declare enum KnownOrigin {
|
|
@@ -288,8 +605,8 @@ export declare enum KnownActionType {
|
|
|
288
605
|
* **Internal**
|
|
289
606
|
*/
|
|
290
607
|
export type ActionType = string;
|
|
291
|
-
/** Known values of {@link
|
|
292
|
-
export declare enum
|
|
608
|
+
/** Known values of {@link DiagnosticProvisioningState} that the service accepts. */
|
|
609
|
+
export declare enum KnownDiagnosticProvisioningState {
|
|
293
610
|
/** All Diagnostics in the Batch succeeded. */
|
|
294
611
|
Succeeded = "Succeeded",
|
|
295
612
|
/** Some Diagnostics are still running or failed. */
|
|
@@ -300,8 +617,8 @@ export declare enum KnownProvisioningState {
|
|
|
300
617
|
Canceled = "Canceled"
|
|
301
618
|
}
|
|
302
619
|
/**
|
|
303
|
-
* Defines values for
|
|
304
|
-
* {@link
|
|
620
|
+
* Defines values for DiagnosticProvisioningState. \
|
|
621
|
+
* {@link KnownDiagnosticProvisioningState} can be used interchangeably with DiagnosticProvisioningState,
|
|
305
622
|
* this enum contains the known values that the service supports.
|
|
306
623
|
* ### Known values supported by the service
|
|
307
624
|
* **Succeeded**: All Diagnostics in the Batch succeeded. \
|
|
@@ -309,7 +626,7 @@ export declare enum KnownProvisioningState {
|
|
|
309
626
|
* **Failed**: All Diagnostics failed to run. \
|
|
310
627
|
* **Canceled**: When Diagnostic request gets canceled.
|
|
311
628
|
*/
|
|
312
|
-
export type
|
|
629
|
+
export type DiagnosticProvisioningState = string;
|
|
313
630
|
/** Known values of {@link Status} that the service accepts. */
|
|
314
631
|
export declare enum KnownStatus {
|
|
315
632
|
/** Diagnostic creation failed. */
|
|
@@ -376,6 +693,252 @@ export declare enum KnownCreatedByType {
|
|
|
376
693
|
* **Key**
|
|
377
694
|
*/
|
|
378
695
|
export type CreatedByType = string;
|
|
696
|
+
/** Known values of {@link SolutionType} that the service accepts. */
|
|
697
|
+
export declare enum KnownSolutionType {
|
|
698
|
+
/** Diagnostics resource type. */
|
|
699
|
+
Diagnostics = "Diagnostics",
|
|
700
|
+
/** Solutions resource type. */
|
|
701
|
+
Solutions = "Solutions"
|
|
702
|
+
}
|
|
703
|
+
/**
|
|
704
|
+
* Defines values for SolutionType. \
|
|
705
|
+
* {@link KnownSolutionType} can be used interchangeably with SolutionType,
|
|
706
|
+
* this enum contains the known values that the service supports.
|
|
707
|
+
* ### Known values supported by the service
|
|
708
|
+
* **Diagnostics**: Diagnostics resource type. \
|
|
709
|
+
* **Solutions**: Solutions resource type.
|
|
710
|
+
*/
|
|
711
|
+
export type SolutionType = string;
|
|
712
|
+
/** Known values of {@link Name} that the service accepts. */
|
|
713
|
+
export declare enum KnownName {
|
|
714
|
+
/** SolutionId */
|
|
715
|
+
SolutionId = "SolutionId",
|
|
716
|
+
/** ProblemClassificationId */
|
|
717
|
+
ProblemClassificationId = "ProblemClassificationId",
|
|
718
|
+
/** ReplacementKey */
|
|
719
|
+
ReplacementKey = "ReplacementKey"
|
|
720
|
+
}
|
|
721
|
+
/**
|
|
722
|
+
* Defines values for Name. \
|
|
723
|
+
* {@link KnownName} can be used interchangeably with Name,
|
|
724
|
+
* this enum contains the known values that the service supports.
|
|
725
|
+
* ### Known values supported by the service
|
|
726
|
+
* **SolutionId** \
|
|
727
|
+
* **ProblemClassificationId** \
|
|
728
|
+
* **ReplacementKey**
|
|
729
|
+
*/
|
|
730
|
+
export type Name = string;
|
|
731
|
+
/** Known values of {@link SolutionProvisioningState} that the service accepts. */
|
|
732
|
+
export declare enum KnownSolutionProvisioningState {
|
|
733
|
+
/** Succeeded */
|
|
734
|
+
Succeeded = "Succeeded",
|
|
735
|
+
/** Failed */
|
|
736
|
+
Failed = "Failed",
|
|
737
|
+
/** Canceled */
|
|
738
|
+
Canceled = "Canceled"
|
|
739
|
+
}
|
|
740
|
+
/**
|
|
741
|
+
* Defines values for SolutionProvisioningState. \
|
|
742
|
+
* {@link KnownSolutionProvisioningState} can be used interchangeably with SolutionProvisioningState,
|
|
743
|
+
* this enum contains the known values that the service supports.
|
|
744
|
+
* ### Known values supported by the service
|
|
745
|
+
* **Succeeded** \
|
|
746
|
+
* **Failed** \
|
|
747
|
+
* **Canceled**
|
|
748
|
+
*/
|
|
749
|
+
export type SolutionProvisioningState = string;
|
|
750
|
+
/** Known values of {@link Confidence} that the service accepts. */
|
|
751
|
+
export declare enum KnownConfidence {
|
|
752
|
+
/** Low */
|
|
753
|
+
Low = "Low",
|
|
754
|
+
/** Medium */
|
|
755
|
+
Medium = "Medium",
|
|
756
|
+
/** High */
|
|
757
|
+
High = "High"
|
|
758
|
+
}
|
|
759
|
+
/**
|
|
760
|
+
* Defines values for Confidence. \
|
|
761
|
+
* {@link KnownConfidence} can be used interchangeably with Confidence,
|
|
762
|
+
* this enum contains the known values that the service supports.
|
|
763
|
+
* ### Known values supported by the service
|
|
764
|
+
* **Low** \
|
|
765
|
+
* **Medium** \
|
|
766
|
+
* **High**
|
|
767
|
+
*/
|
|
768
|
+
export type Confidence = string;
|
|
769
|
+
/** Known values of {@link ResultType} that the service accepts. */
|
|
770
|
+
export declare enum KnownResultType {
|
|
771
|
+
/** Community */
|
|
772
|
+
Community = "Community",
|
|
773
|
+
/** Documentation */
|
|
774
|
+
Documentation = "Documentation"
|
|
775
|
+
}
|
|
776
|
+
/**
|
|
777
|
+
* Defines values for ResultType. \
|
|
778
|
+
* {@link KnownResultType} can be used interchangeably with ResultType,
|
|
779
|
+
* this enum contains the known values that the service supports.
|
|
780
|
+
* ### Known values supported by the service
|
|
781
|
+
* **Community** \
|
|
782
|
+
* **Documentation**
|
|
783
|
+
*/
|
|
784
|
+
export type ResultType = string;
|
|
785
|
+
/** Known values of {@link AggregationType} that the service accepts. */
|
|
786
|
+
export declare enum KnownAggregationType {
|
|
787
|
+
/** Sum */
|
|
788
|
+
Sum = "Sum",
|
|
789
|
+
/** Avg */
|
|
790
|
+
Avg = "Avg",
|
|
791
|
+
/** Count */
|
|
792
|
+
Count = "Count",
|
|
793
|
+
/** Min */
|
|
794
|
+
Min = "Min",
|
|
795
|
+
/** Max */
|
|
796
|
+
Max = "Max"
|
|
797
|
+
}
|
|
798
|
+
/**
|
|
799
|
+
* Defines values for AggregationType. \
|
|
800
|
+
* {@link KnownAggregationType} can be used interchangeably with AggregationType,
|
|
801
|
+
* this enum contains the known values that the service supports.
|
|
802
|
+
* ### Known values supported by the service
|
|
803
|
+
* **Sum** \
|
|
804
|
+
* **Avg** \
|
|
805
|
+
* **Count** \
|
|
806
|
+
* **Min** \
|
|
807
|
+
* **Max**
|
|
808
|
+
*/
|
|
809
|
+
export type AggregationType = string;
|
|
810
|
+
/** Known values of {@link TroubleshooterProvisioningState} that the service accepts. */
|
|
811
|
+
export declare enum KnownTroubleshooterProvisioningState {
|
|
812
|
+
/** Succeeded */
|
|
813
|
+
Succeeded = "Succeeded",
|
|
814
|
+
/** Failed */
|
|
815
|
+
Failed = "Failed",
|
|
816
|
+
/** Canceled */
|
|
817
|
+
Canceled = "Canceled",
|
|
818
|
+
/** Running */
|
|
819
|
+
Running = "Running",
|
|
820
|
+
/** AutoContinue */
|
|
821
|
+
AutoContinue = "AutoContinue"
|
|
822
|
+
}
|
|
823
|
+
/**
|
|
824
|
+
* Defines values for TroubleshooterProvisioningState. \
|
|
825
|
+
* {@link KnownTroubleshooterProvisioningState} can be used interchangeably with TroubleshooterProvisioningState,
|
|
826
|
+
* this enum contains the known values that the service supports.
|
|
827
|
+
* ### Known values supported by the service
|
|
828
|
+
* **Succeeded** \
|
|
829
|
+
* **Failed** \
|
|
830
|
+
* **Canceled** \
|
|
831
|
+
* **Running** \
|
|
832
|
+
* **AutoContinue**
|
|
833
|
+
*/
|
|
834
|
+
export type TroubleshooterProvisioningState = string;
|
|
835
|
+
/** Known values of {@link ExecutionStatus} that the service accepts. */
|
|
836
|
+
export declare enum KnownExecutionStatus {
|
|
837
|
+
/** Success */
|
|
838
|
+
Success = "Success",
|
|
839
|
+
/** Running */
|
|
840
|
+
Running = "Running",
|
|
841
|
+
/** Failed */
|
|
842
|
+
Failed = "Failed",
|
|
843
|
+
/** Warning */
|
|
844
|
+
Warning = "Warning"
|
|
845
|
+
}
|
|
846
|
+
/**
|
|
847
|
+
* Defines values for ExecutionStatus. \
|
|
848
|
+
* {@link KnownExecutionStatus} can be used interchangeably with ExecutionStatus,
|
|
849
|
+
* this enum contains the known values that the service supports.
|
|
850
|
+
* ### Known values supported by the service
|
|
851
|
+
* **Success** \
|
|
852
|
+
* **Running** \
|
|
853
|
+
* **Failed** \
|
|
854
|
+
* **Warning**
|
|
855
|
+
*/
|
|
856
|
+
export type ExecutionStatus = string;
|
|
857
|
+
/** Known values of {@link Type} that the service accepts. */
|
|
858
|
+
export declare enum KnownType {
|
|
859
|
+
/** Decision */
|
|
860
|
+
Decision = "Decision",
|
|
861
|
+
/** Solution */
|
|
862
|
+
Solution = "Solution",
|
|
863
|
+
/** Insight */
|
|
864
|
+
Insight = "Insight",
|
|
865
|
+
/** AutomatedCheck */
|
|
866
|
+
AutomatedCheck = "AutomatedCheck"
|
|
867
|
+
}
|
|
868
|
+
/**
|
|
869
|
+
* Defines values for Type. \
|
|
870
|
+
* {@link KnownType} can be used interchangeably with Type,
|
|
871
|
+
* this enum contains the known values that the service supports.
|
|
872
|
+
* ### Known values supported by the service
|
|
873
|
+
* **Decision** \
|
|
874
|
+
* **Solution** \
|
|
875
|
+
* **Insight** \
|
|
876
|
+
* **AutomatedCheck**
|
|
877
|
+
*/
|
|
878
|
+
export type Type = string;
|
|
879
|
+
/** Known values of {@link QuestionContentType} that the service accepts. */
|
|
880
|
+
export declare enum KnownQuestionContentType {
|
|
881
|
+
/** Text */
|
|
882
|
+
Text = "Text",
|
|
883
|
+
/** Html */
|
|
884
|
+
Html = "Html",
|
|
885
|
+
/** Markdown */
|
|
886
|
+
Markdown = "Markdown"
|
|
887
|
+
}
|
|
888
|
+
/**
|
|
889
|
+
* Defines values for QuestionContentType. \
|
|
890
|
+
* {@link KnownQuestionContentType} can be used interchangeably with QuestionContentType,
|
|
891
|
+
* this enum contains the known values that the service supports.
|
|
892
|
+
* ### Known values supported by the service
|
|
893
|
+
* **Text** \
|
|
894
|
+
* **Html** \
|
|
895
|
+
* **Markdown**
|
|
896
|
+
*/
|
|
897
|
+
export type QuestionContentType = string;
|
|
898
|
+
/** Known values of {@link AutomatedCheckResultType} that the service accepts. */
|
|
899
|
+
export declare enum KnownAutomatedCheckResultType {
|
|
900
|
+
/** Success */
|
|
901
|
+
Success = "Success",
|
|
902
|
+
/** Warning */
|
|
903
|
+
Warning = "Warning",
|
|
904
|
+
/** Error */
|
|
905
|
+
Error = "Error",
|
|
906
|
+
/** Information */
|
|
907
|
+
Information = "Information"
|
|
908
|
+
}
|
|
909
|
+
/**
|
|
910
|
+
* Defines values for AutomatedCheckResultType. \
|
|
911
|
+
* {@link KnownAutomatedCheckResultType} can be used interchangeably with AutomatedCheckResultType,
|
|
912
|
+
* this enum contains the known values that the service supports.
|
|
913
|
+
* ### Known values supported by the service
|
|
914
|
+
* **Success** \
|
|
915
|
+
* **Warning** \
|
|
916
|
+
* **Error** \
|
|
917
|
+
* **Information**
|
|
918
|
+
*/
|
|
919
|
+
export type AutomatedCheckResultType = string;
|
|
920
|
+
/** Known values of {@link QuestionType} that the service accepts. */
|
|
921
|
+
export declare enum KnownQuestionType {
|
|
922
|
+
/** SingleChoice radio button */
|
|
923
|
+
RadioButton = "RadioButton",
|
|
924
|
+
/** SingleChoice dropdown. */
|
|
925
|
+
Dropdown = "Dropdown",
|
|
926
|
+
/** Text Input */
|
|
927
|
+
TextInput = "TextInput",
|
|
928
|
+
/** MultiLineInfoBox */
|
|
929
|
+
MultiLineInfoBox = "MultiLineInfoBox"
|
|
930
|
+
}
|
|
931
|
+
/**
|
|
932
|
+
* Defines values for QuestionType. \
|
|
933
|
+
* {@link KnownQuestionType} can be used interchangeably with QuestionType,
|
|
934
|
+
* this enum contains the known values that the service supports.
|
|
935
|
+
* ### Known values supported by the service
|
|
936
|
+
* **RadioButton**: SingleChoice radio button \
|
|
937
|
+
* **Dropdown**: SingleChoice dropdown. \
|
|
938
|
+
* **TextInput**: Text Input \
|
|
939
|
+
* **MultiLineInfoBox**: MultiLineInfoBox
|
|
940
|
+
*/
|
|
941
|
+
export type QuestionType = string;
|
|
379
942
|
/** Optional parameters. */
|
|
380
943
|
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
381
944
|
}
|
|
@@ -387,12 +950,12 @@ export interface OperationsListNextOptionalParams extends coreClient.OperationOp
|
|
|
387
950
|
/** Contains response data for the listNext operation. */
|
|
388
951
|
export type OperationsListNextResponse = OperationListResult;
|
|
389
952
|
/** Optional parameters. */
|
|
390
|
-
export interface
|
|
953
|
+
export interface CheckNameAvailabilityPostOptionalParams extends coreClient.OperationOptions {
|
|
391
954
|
/** The required parameters for availability check. */
|
|
392
955
|
checkNameAvailabilityRequest?: CheckNameAvailabilityRequest;
|
|
393
956
|
}
|
|
394
|
-
/** Contains response data for the
|
|
395
|
-
export type
|
|
957
|
+
/** Contains response data for the post operation. */
|
|
958
|
+
export type CheckNameAvailabilityPostResponse = CheckNameAvailabilityResponse;
|
|
396
959
|
/** Optional parameters. */
|
|
397
960
|
export interface DiagnosticsCreateOptionalParams extends coreClient.OperationOptions {
|
|
398
961
|
/** The required request body for this insightResource invocation. */
|
|
@@ -411,9 +974,9 @@ export interface DiagnosticsGetOptionalParams extends coreClient.OperationOption
|
|
|
411
974
|
export type DiagnosticsGetResponse = DiagnosticResource;
|
|
412
975
|
/** Optional parameters. */
|
|
413
976
|
export interface DiscoverySolutionListOptionalParams extends coreClient.OperationOptions {
|
|
414
|
-
/**
|
|
977
|
+
/** 'ProblemClassificationId' or 'Id' is a mandatory filter to get solutions ids. It also supports optional 'ResourceType' and 'SolutionType' filters. The filter supports only 'and', 'or' and 'eq' operators. Example: $filter=ProblemClassificationId eq '1ddda5b4-cf6c-4d4f-91ad-bc38ab0e811e' */
|
|
415
978
|
filter?: string;
|
|
416
|
-
/** Skiptoken is only used if a previous operation returned a partial result.
|
|
979
|
+
/** Skiptoken is only used if a previous operation returned a partial result. */
|
|
417
980
|
skiptoken?: string;
|
|
418
981
|
}
|
|
419
982
|
/** Contains response data for the list operation. */
|
|
@@ -424,6 +987,62 @@ export interface DiscoverySolutionListNextOptionalParams extends coreClient.Oper
|
|
|
424
987
|
/** Contains response data for the listNext operation. */
|
|
425
988
|
export type DiscoverySolutionListNextResponse = DiscoveryResponse;
|
|
426
989
|
/** Optional parameters. */
|
|
990
|
+
export interface SolutionCreateOptionalParams extends coreClient.OperationOptions {
|
|
991
|
+
/** The required request body for this solution resource creation. */
|
|
992
|
+
solutionRequestBody?: SolutionResource;
|
|
993
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
994
|
+
updateIntervalInMs?: number;
|
|
995
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
996
|
+
resumeFrom?: string;
|
|
997
|
+
}
|
|
998
|
+
/** Contains response data for the create operation. */
|
|
999
|
+
export type SolutionCreateResponse = SolutionResource;
|
|
1000
|
+
/** Optional parameters. */
|
|
1001
|
+
export interface SolutionGetOptionalParams extends coreClient.OperationOptions {
|
|
1002
|
+
}
|
|
1003
|
+
/** Contains response data for the get operation. */
|
|
1004
|
+
export type SolutionGetResponse = SolutionResource;
|
|
1005
|
+
/** Optional parameters. */
|
|
1006
|
+
export interface SolutionUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1007
|
+
/** The required request body for updating a solution resource. */
|
|
1008
|
+
solutionPatchRequestBody?: SolutionPatchRequestBody;
|
|
1009
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1010
|
+
updateIntervalInMs?: number;
|
|
1011
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1012
|
+
resumeFrom?: string;
|
|
1013
|
+
}
|
|
1014
|
+
/** Contains response data for the update operation. */
|
|
1015
|
+
export type SolutionUpdateResponse = SolutionUpdateHeaders & SolutionResource;
|
|
1016
|
+
/** Optional parameters. */
|
|
1017
|
+
export interface TroubleshootersCreateOptionalParams extends coreClient.OperationOptions {
|
|
1018
|
+
/** The required request body for this Troubleshooter resource creation. */
|
|
1019
|
+
createTroubleshooterRequestBody?: TroubleshooterResource;
|
|
1020
|
+
}
|
|
1021
|
+
/** Contains response data for the create operation. */
|
|
1022
|
+
export type TroubleshootersCreateResponse = TroubleshooterResource;
|
|
1023
|
+
/** Optional parameters. */
|
|
1024
|
+
export interface TroubleshootersGetOptionalParams extends coreClient.OperationOptions {
|
|
1025
|
+
}
|
|
1026
|
+
/** Contains response data for the get operation. */
|
|
1027
|
+
export type TroubleshootersGetResponse = TroubleshooterResource;
|
|
1028
|
+
/** Optional parameters. */
|
|
1029
|
+
export interface TroubleshootersContinueOptionalParams extends coreClient.OperationOptions {
|
|
1030
|
+
/** The required request body for going to next step in Troubleshooter resource. */
|
|
1031
|
+
continueRequestBody?: ContinueRequestBody;
|
|
1032
|
+
}
|
|
1033
|
+
/** Contains response data for the continue operation. */
|
|
1034
|
+
export type TroubleshootersContinueResponse = TroubleshootersContinueHeaders;
|
|
1035
|
+
/** Optional parameters. */
|
|
1036
|
+
export interface TroubleshootersEndOptionalParams extends coreClient.OperationOptions {
|
|
1037
|
+
}
|
|
1038
|
+
/** Contains response data for the end operation. */
|
|
1039
|
+
export type TroubleshootersEndResponse = TroubleshootersEndHeaders;
|
|
1040
|
+
/** Optional parameters. */
|
|
1041
|
+
export interface TroubleshootersRestartOptionalParams extends coreClient.OperationOptions {
|
|
1042
|
+
}
|
|
1043
|
+
/** Contains response data for the restart operation. */
|
|
1044
|
+
export type TroubleshootersRestartResponse = TroubleshootersRestartHeaders & RestartTroubleshooterResponse;
|
|
1045
|
+
/** Optional parameters. */
|
|
427
1046
|
export interface HelpRPOptionalParams extends coreClient.ServiceClientOptions {
|
|
428
1047
|
/** server parameter */
|
|
429
1048
|
$host?: string;
|