DiscoverySolutionOperations interface
Interface representing a DiscoverySolution operations.
Properties
| list | Lists the relevant Azure Diagnostics, Solutions and Troubleshooters using problemClassification API) AND resourceUri or resourceType. |
Property Details
list
Lists the relevant Azure Diagnostics, Solutions and Troubleshooters using problemClassification API) AND resourceUri or resourceType.
Discovery Solutions is the initial entry point within Help API, which identifies relevant Azure diagnostics and solutions.
Required Input : problemClassificationId (Use the problemClassification API)
Optional input: resourceUri OR resource Type
Note: ‘requiredInputs’ from Discovery solutions response must be passed via ‘additionalParameters’ as an input to Diagnostics and Solutions API.
list: (options?: DiscoverySolutionListOptionalParams) => PagedAsyncIterableIterator<SolutionMetadataResource, SolutionMetadataResource[], PageSettings>
Property Value
(options?: DiscoverySolutionListOptionalParams) => PagedAsyncIterableIterator<SolutionMetadataResource, SolutionMetadataResource[], PageSettings>