Skip to main content

topologies

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

Overview

Nametopologies
TypeResource
Idazure.security.topologies

Fields

NameDatatypeDescription
idtextResource Id
nametextResource name
ascLocationtextfield from the properties object
calculated_date_timetextfield from the properties object
locationtextLocation where the resource is stored
resourceGroupNametextfield from the properties object
subscriptionIdtextfield from the properties object
topologyResourceNametextfield from the properties object
topology_resourcestextfield from the properties object
typetextResource type

Methods

NameAccessible byRequired ParamsDescription
getSELECTascLocation, resourceGroupName, subscriptionId, topologyResourceNameGets a specific topology component.
listSELECTsubscriptionIdGets a list that allows to build a topology view of a subscription.
list_by_home_regionSELECTascLocation, subscriptionIdGets a list that allows to build a topology view of a subscription and location.

SELECT examples

Gets a list that allows to build a topology view of a subscription.

SELECT
id,
name,
ascLocation,
calculated_date_time,
location,
resourceGroupName,
subscriptionId,
topologyResourceName,
topology_resources,
type
FROM azure.security.vw_topologies
WHERE subscriptionId = '{{ subscriptionId }}';