次の方法で共有


DiscoverySolution interface

DiscoverySolution を表すインターフェイス。

メソッド

list(string, DiscoverySolutionListOptionalParams)

Solutions Discovery は、ヘルプ API 内の最初のエントリ ポイントです。これは、Azure の問題に関連する解決策を特定するのに役立ちます。

resourceUri または resourceUri + problemClassificationId を使用してソリューションを検出できます。

Azure の問題に関連する診断を返すように最善を尽くします。

このリファレンスを使用して、problemClassificationId を取得 します

メモ: Solutions Discovery API 応答の 'requiredParameterSets' は、診断 API への入力として 'additionalParameters' を介して渡す必要があります。

メソッドの詳細

list(string, DiscoverySolutionListOptionalParams)

Solutions Discovery は、ヘルプ API 内の最初のエントリ ポイントです。これは、Azure の問題に関連する解決策を特定するのに役立ちます。

resourceUri または resourceUri + problemClassificationId を使用してソリューションを検出できます。

Azure の問題に関連する診断を返すように最善を尽くします。

このリファレンスを使用して、problemClassificationId を取得 します

メモ: Solutions Discovery API 応答の 'requiredParameterSets' は、診断 API への入力として 'additionalParameters' を介して渡す必要があります。

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

パラメーター

scope

string

これは拡張機能リソース プロバイダーであり、現時点ではリソース レベルの拡張機能のみがサポートされています。

options
DiscoverySolutionListOptionalParams

options パラメーター。

戻り値