Skip to main content

error_summaries

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

Overview

Nameerror_summaries
TypeResource
Idazure_extras.off_azure_springboot.error_summaries

Fields

NameDatatypeDescription
discovery_scope_error_summariestextfield from the properties object
errorSummaryNametextfield from the properties object
errorstextfield from the properties object
provisioning_statetextfield from the properties object
resourceGroupNametextfield from the properties object
siteNametextfield from the properties object
subscriptionIdtextfield from the properties object
tagstextResource tags

Methods

NameAccessible byRequired ParamsDescription
getSELECTerrorSummaryName, resourceGroupName, siteName, subscriptionIdGets the ErrorSummaries resource.
list_by_siteSELECTresourceGroupName, siteName, subscriptionIdLists the ErrorSummaries resource in springbootsites.

SELECT examples

Lists the ErrorSummaries resource in springbootsites.

SELECT
discovery_scope_error_summaries,
errorSummaryName,
errors,
provisioning_state,
resourceGroupName,
siteName,
subscriptionId,
tags
FROM azure_extras.off_azure_springboot.vw_error_summaries
WHERE resourceGroupName = '{{ resourceGroupName }}'
AND siteName = '{{ siteName }}'
AND subscriptionId = '{{ subscriptionId }}';