Skip to main content

domain_event_subscriptions

Overview

Namedomain_event_subscriptions
TypeResource
Idazure.event_grid.domain_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
getSELECTdomainName, eventSubscriptionName, resourceGroupName, subscriptionIdGet properties of an event subscription of a domain.
listSELECTdomainName, resourceGroupName, subscriptionIdList all event subscriptions that have been created for a specific topic.
create_or_updateINSERTdomainName, eventSubscriptionName, resourceGroupName, subscriptionIdAsynchronously creates a new event subscription or updates an existing event subscription.
deleteDELETEdomainName, eventSubscriptionName, resourceGroupName, subscriptionIdDelete an existing event subscription for a domain.
_listEXECdomainName, resourceGroupName, subscriptionIdList all event subscriptions that have been created for a specific topic.
updateEXECdomainName, eventSubscriptionName, resourceGroupName, subscriptionIdUpdate an existing event subscription for a topic.