次の方法で共有


SelfHelpExtensions.GetSelfHelpDiscoverySolutionsAsync メソッド

定義

problemClassification API) AND resourceUri または resourceType を使用して、関連する Azure 診断とソリューションを一覧表示します。<br/> Discovery Solutions は、関連する Azure 診断とソリューションを識別する Help API 内の最初のエントリ ポイントです。 要求 URL <br/br/>>< Mandatory input : problemClassificationId (Use the problemClassification API) <br/>Optional input: resourceUri OR resource Type <br/br/><><b>Note: </b> 'requiredInputs' from Discovery solutions response は、Diagnostics and Solutions API への入力として "additionalParameters" を介して渡す必要があります。入力の種類に基づいて、最も効果的なソリューションを返すように最善を尽くします。

  • 要求パス/{scope}/providers/Microsoft.Help/discoverySolutions
  • 操作IdDiscoverySolution_List
public static Azure.AsyncPageable<Azure.ResourceManager.SelfHelp.Models.SelfHelpSolutionMetadata> GetSelfHelpDiscoverySolutionsAsync (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier scope, string filter = default, string skiptoken = default, System.Threading.CancellationToken cancellationToken = default);
static member GetSelfHelpDiscoverySolutionsAsync : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier * string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.SelfHelp.Models.SelfHelpSolutionMetadata>
<Extension()>
Public Function GetSelfHelpDiscoverySolutionsAsync (client As ArmClient, scope As ResourceIdentifier, Optional filter As String = Nothing, Optional skiptoken As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of SelfHelpSolutionMetadata)

パラメーター

client
ArmClient

ArmClientメソッドが実行されるインスタンス。

scope
ResourceIdentifier

リソースが適用されるスコープ。

filter
String

'ProblemClassificationId' または 'Id' は、ソリューション ID を取得するための必須のフィルターです。 また、オプションの 'ResourceType' フィルターと 'SolutionType' フィルターもサポートされています。 フィルターは、'and'、'or'、および 'eq' 演算子のみをサポートします。 例: $filter=ProblemClassificationId eq '1ddda5b4-cf6c-4d4f-91ad-bc38ab0e811e'

skiptoken
String

Skiptoken は、前の操作で部分的な結果が返された場合にのみ使用されます。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

適用対象