DiscoverySolution interface

Interface representing a DiscoverySolution.

Methods

list(string, DiscoverySolutionListOptionalParams)

Solutions Discovery is the initial point of entry within Help API, which helps you identify the relevant solutions for your Azure issue.

You can discover solutions using resourceUri OR resourceUri + problemClassificationId.

We will do our best in returning relevant diagnostics for your Azure issue.

Get the problemClassificationId(s) using this reference.

Note: ‘requiredParameterSets’ from Solutions Discovery API response must be passed via ‘additionalParameters’ as an input to Diagnostics API.

Method Details

list(string, DiscoverySolutionListOptionalParams)

Solutions Discovery is the initial point of entry within Help API, which helps you identify the relevant solutions for your Azure issue.

You can discover solutions using resourceUri OR resourceUri + problemClassificationId.

We will do our best in returning relevant diagnostics for your Azure issue.

Get the problemClassificationId(s) using this reference.

Note: ‘requiredParameterSets’ from Solutions Discovery API response must be passed via ‘additionalParameters’ as an input to Diagnostics API.

function list(scope: string, options?: DiscoverySolutionListOptionalParams): PagedAsyncIterableIterator<SolutionMetadataResource, SolutionMetadataResource[], PageSettings>

Parameters

scope

string

This is an extension resource provider and only resource level extension is supported at the moment.

options
DiscoverySolutionListOptionalParams

The options parameters.

Returns