Skip to main content

solution_self_helps

Creates, updates, deletes, gets or lists a solution_self_helps resource.

Overview

Namesolution_self_helps
TypeResource
Idazure_extras.help.solution_self_helps

Fields

NameDatatypeDescription
contenttextfield from the properties object
replacement_mapstextfield from the properties object
sectionstextfield from the properties object
solutionIdtextfield from the properties object
solution_idtextfield from the properties object
titletextfield from the properties object

Methods

NameAccessible byRequired ParamsDescription
getSELECTsolutionIdGets 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.

SELECT examples

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.

SELECT
content,
replacement_maps,
sections,
solutionId,
solution_id,
title
FROM azure_extras.help.vw_solution_self_helps
WHERE solutionId = '{{ solutionId }}';