次の方法で共有


SelfHelpExtensions.GetSelfHelpDiscoverySolutions メソッド

定義

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 must be passed via 'additionalParameters' as a input to Diagnostics and Solutions API.

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

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

戻り値

適用対象