Skip to main content

event_subscriptions

Overview

Nameevent_subscriptions
TypeResource
Idazure.event_grid.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, scopeGet properties of an event subscription.
list_by_domain_topicSELECTdomainName, resourceGroupName, subscriptionId, topicNameList all event subscriptions that have been created for a specific domain topic.
list_by_resourceSELECTproviderNamespace, resourceGroupName, resourceName, resourceTypeName, subscriptionIdList all event subscriptions that have been created for a specific resource.
create_or_updateINSERTeventSubscriptionName, scopeAsynchronously creates a new event subscription or updates an existing event subscription based on the specified scope.
deleteDELETEeventSubscriptionName, scopeDelete an existing event subscription.
_list_by_domain_topicEXECdomainName, resourceGroupName, subscriptionId, topicNameList all event subscriptions that have been created for a specific domain topic.
_list_by_resourceEXECproviderNamespace, resourceGroupName, resourceName, resourceTypeName, subscriptionIdList all event subscriptions that have been created for a specific resource.
updateEXECeventSubscriptionName, scopeAsynchronously updates an existing event subscription.