Skip to main content

topic_types_event_types

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

Overview

Nametopic_types_event_types
TypeResource
Idazure.event_grid.topic_types_event_types

Fields

NameDatatypeDescription
idstringFully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
namestringThe name of the resource
propertiesobjectProperties of the event type
systemDataobjectMetadata pertaining to creation and last modification of the resource.
typestringThe type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Methods

NameAccessible byRequired ParamsDescription
listSELECTtopicTypeNameList event types for a topic type.

SELECT examples

List event types for a topic type.

SELECT
id,
name,
properties,
systemData,
type
FROM azure.event_grid.topic_types_event_types
WHERE topicTypeName = '{{ topicTypeName }}';