SolutionSelfHelps Interface
public interface SolutionSelfHelps
Resource collection API of SolutionSelfHelps.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Solution |
get(String solutionId)
Gets Self Help Solutions for a given solution |
|
abstract
Response<Solution |
getWithResponse(String solutionId, Context context)
Gets Self Help Solutions for a given solution |
Method Details
get
public abstract SolutionResourceSelfHelp get(String solutionId)
Gets Self Help Solutions for a given solutionId. Self Help Solutions consist of rich instructional video tutorials, links and guides to public documentation related to a specific problem that enables users to troubleshoot Azure issues.
Parameters:
Returns:
getWithResponse
public abstract Response<SolutionResourceSelfHelp> getWithResponse(String solutionId, Context context)
Gets Self Help Solutions for a given solutionId. Self Help Solutions consist of rich instructional video tutorials, links and guides to public documentation related to a specific problem that enables users to troubleshoot Azure issues.
Parameters:
Returns: