Skip to main content

topic_event_subscriptions

Overview

Nametopic_event_subscriptions
TypeResource
Idazure.event_grid.topic_event_subscriptions

Fields

NameDatatypeDescription
idstringFully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
namestringThe name of the resource
propertiesobjectProperties of the Event Subscription.
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
getSELECTeventSubscriptionName, resourceGroupName, subscriptionId, topicNameGet properties of an event subscription of a topic.
listSELECTresourceGroupName, subscriptionId, topicNameList all event subscriptions that have been created for a specific topic.
create_or_updateINSERTeventSubscriptionName, resourceGroupName, subscriptionId, topicNameAsynchronously creates a new event subscription or updates an existing event subscription.
deleteDELETEeventSubscriptionName, resourceGroupName, subscriptionId, topicNameDelete an existing event subscription for a topic.
_listEXECresourceGroupName, subscriptionId, topicNameList all event subscriptions that have been created for a specific topic.
updateEXECeventSubscriptionName, resourceGroupName, subscriptionId, topicNameUpdate an existing event subscription for a topic.