你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SelfHelpExtensions.GetSelfHelpDiscoverySolutions 方法

定义

使用 problemClassification API) AND resourceUri 或 resourceType 列出相关的 Azure 诊断和解决方案。<br/> Discovery Solutions 是帮助 API 中的初始入口点,用于标识相关的 Azure 诊断和解决方案。 我们将在请求 URL <br/br/>>< 必需输入中尽最大努力返回基于输入类型的最有效的解决方案:problemClassificationId (使用 problemClassification API) <br/>可选输入:resourceUri OR 资源类型 <br/><br/<>b>注意: </b> “requiredInputs”来自发现解决方案的响应必须通过“additionalParameters”作为诊断和解决方案 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

要使用的取消标记。

返回

适用于