Skip to main content

topic_types

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

Overview

Nametopic_types
TypeResource
Idazure.event_grid.topic_types

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
additional_enforced_permissionstextfield from the properties object
are_regional_and_global_sources_supportedtextfield from the properties object
display_nametextfield from the properties object
providertextfield from the properties object
provisioning_statetextfield from the properties object
resource_region_typetextfield from the properties object
source_resource_formattextfield from the properties object
supported_locationstextfield from the properties object
supported_scopes_for_sourcetextfield from the properties object
system_datatextfield from the properties object
topicTypeNametextfield from the properties object
typetextThe type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Methods

NameAccessible byRequired ParamsDescription
getSELECTtopicTypeNameGet information about a topic type.
listSELECTList all registered topic types.

SELECT examples

List all registered topic types.

SELECT
id,
name,
description,
additional_enforced_permissions,
are_regional_and_global_sources_supported,
display_name,
provider,
provisioning_state,
resource_region_type,
source_resource_format,
supported_locations,
supported_scopes_for_source,
system_data,
topicTypeName,
type
FROM azure.event_grid.vw_topic_types
;