Skip to main content

summaries

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

Overview

Namesummaries
TypeResource
Idazure_extras.off_azure_springboot.summaries

Fields

NameDatatypeDescription
discovered_appstextfield from the properties object
discovered_serverstextfield 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
summaryNametextfield from the properties object
tagstextResource tags

Methods

NameAccessible byRequired ParamsDescription
getSELECTresourceGroupName, siteName, subscriptionId, summaryNameGets the Summaries resource.
list_by_siteSELECTresourceGroupName, siteName, subscriptionIdLists the Summaries resource in springbootsites.

SELECT examples

Lists the Summaries resource in springbootsites.

SELECT
discovered_apps,
discovered_servers,
errors,
provisioning_state,
resourceGroupName,
siteName,
subscriptionId,
summaryName,
tags
FROM azure_extras.off_azure_springboot.vw_summaries
WHERE resourceGroupName = '{{ resourceGroupName }}'
AND siteName = '{{ siteName }}'
AND subscriptionId = '{{ subscriptionId }}';