Skip to main content

extension_topics

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

Overview

Nameextension_topics
TypeResource
Idazure.event_grid.extension_topics

Fields

NameDatatypeDescription
idtextFully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
nametextThe name of the resource
descriptiontextfield from the properties object
scopetextfield from the properties object
system_datatextfield from the properties object
system_topictextfield from the properties object
typetextThe type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Methods

NameAccessible byRequired ParamsDescription
getSELECTscopeGet the properties of an extension topic.

SELECT examples

Get the properties of an extension topic.

SELECT
id,
name,
description,
scope,
system_data,
system_topic,
type
FROM azure.event_grid.vw_extension_topics
WHERE scope = '{{ scope }}';