55 строки
7.0 KiB
YAML
55 строки
7.0 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.selfhelp.models.DiscoverySolutions"
|
|
fullName: "com.azure.resourcemanager.selfhelp.models.DiscoverySolutions"
|
|
name: "DiscoverySolutions"
|
|
nameWithType: "DiscoverySolutions"
|
|
summary: "Resource collection API of Discovery<wbr>Solutions."
|
|
syntax: "public interface **DiscoverySolutions**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.selfhelp.models.DiscoverySolutions.list(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.selfhelp.models.DiscoverySolutions.list(String scope)"
|
|
name: "list(String scope)"
|
|
nameWithType: "DiscoverySolutions.list(String scope)"
|
|
summary: "Solutions Discovery is the initial point of entry within Help API, which helps you identify the relevant solutions for your Azure issue.<br/><br/> You can discover solutions using resource<wbr>Uri OR resource<wbr>Uri + problem<wbr>Classification<wbr>Id.<br/><br/>We will do our best in returning relevant diagnostics for your Azure issue.<br/><br/> Get the problem<wbr>Classification<wbr>Id(s) using this \\[reference\\](https://learn.<wbr>microsoft.<wbr>com/rest/api/support/problem-classifications/list?tabs=HTTP).<br/><br/> <b>Note: </b> \\\\u2018required<wbr>Parameter<wbr>Sets\\\\u2019 from Solutions Discovery API response must be passed via \\\\u2018additional<wbr>Parameters\\\\u2019 as an input to Diagnostics API."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "This is an extension resource provider and only resource level extension is supported at the moment."
|
|
name: "scope"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract PagedIterable<SolutionMetadataResource> list(String scope)"
|
|
desc: "Solutions Discovery is the initial point of entry within Help API, which helps you identify the relevant solutions for your Azure issue.<br/><br/> You can discover solutions using resourceUri OR resourceUri + problemClassificationId.<br/><br/>We will do our best in returning relevant diagnostics for your Azure issue.<br/><br/> Get the problemClassificationId(s) using this \\[reference\\](https://learn.microsoft.com/rest/api/support/problem-classifications/list?tabs=HTTP).<br/><br/> <b>Note: </b> \\\\u2018requiredParameterSets\\\\u2019 from Solutions Discovery API response must be passed via \\\\u2018additionalParameters\\\\u2019 as an input to Diagnostics API."
|
|
returns:
|
|
description: "discovery response as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.selfhelp.models.SolutionMetadataResource?alt=com.azure.resourcemanager.selfhelp.models.SolutionMetadataResource&text=SolutionMetadataResource\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.selfhelp.models.DiscoverySolutions.list(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.selfhelp.models.DiscoverySolutions.list(String scope, String filter, String skiptoken, Context context)"
|
|
name: "list(String scope, String filter, String skiptoken, Context context)"
|
|
nameWithType: "DiscoverySolutions.list(String scope, String filter, String skiptoken, Context context)"
|
|
summary: "Solutions Discovery is the initial point of entry within Help API, which helps you identify the relevant solutions for your Azure issue.<br/><br/> You can discover solutions using resource<wbr>Uri OR resource<wbr>Uri + problem<wbr>Classification<wbr>Id.<br/><br/>We will do our best in returning relevant diagnostics for your Azure issue.<br/><br/> Get the problem<wbr>Classification<wbr>Id(s) using this \\[reference\\](https://learn.<wbr>microsoft.<wbr>com/rest/api/support/problem-classifications/list?tabs=HTTP).<br/><br/> <b>Note: </b> \\\\u2018required<wbr>Parameter<wbr>Sets\\\\u2019 from Solutions Discovery API response must be passed via \\\\u2018additional<wbr>Parameters\\\\u2019 as an input to Diagnostics API."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "This is an extension resource provider and only resource level extension is supported at the moment."
|
|
name: "scope"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Can be used to filter solutionIds by 'ProblemClassificationId'. The filter supports only 'and' and\n 'eq' operators. Example: $filter=ProblemClassificationId eq '1ddda5b4-cf6c-4d4f-91ad-bc38ab0e811e' and\n ProblemClassificationId eq '0a9673c2-7af6-4e19-90d3-4ee2461076d9'."
|
|
name: "filter"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Skiptoken is only used if a previous operation returned a partial result. If a previous response\n contains a nextLink element, the value of the nextLink element will include a skiptoken parameter that\n specifies a starting point to use for subsequent calls."
|
|
name: "skiptoken"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract PagedIterable<SolutionMetadataResource> list(String scope, String filter, String skiptoken, Context context)"
|
|
desc: "Solutions Discovery is the initial point of entry within Help API, which helps you identify the relevant solutions for your Azure issue.<br/><br/> You can discover solutions using resourceUri OR resourceUri + problemClassificationId.<br/><br/>We will do our best in returning relevant diagnostics for your Azure issue.<br/><br/> Get the problemClassificationId(s) using this \\[reference\\](https://learn.microsoft.com/rest/api/support/problem-classifications/list?tabs=HTTP).<br/><br/> <b>Note: </b> \\\\u2018requiredParameterSets\\\\u2019 from Solutions Discovery API response must be passed via \\\\u2018additionalParameters\\\\u2019 as an input to Diagnostics API."
|
|
returns:
|
|
description: "discovery response as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.selfhelp.models.SolutionMetadataResource?alt=com.azure.resourcemanager.selfhelp.models.SolutionMetadataResource&text=SolutionMetadataResource\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "interface"
|
|
desc: "Resource collection API of DiscoverySolutions."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.selfhelp.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-selfhelp:1.0.0
|