EventSubscription interface

Event Subscription.

Extends

Properties

deadLetterDestination

The dead letter destination of the event subscription. Any event that cannot be delivered to its' destination is sent to the dead letter destination. Uses Azure Event Grid's identity to acquire the authentication tokens being used during delivery / dead-lettering.

deadLetterWithResourceIdentity

The dead letter destination of the event subscription. Any event that cannot be delivered to its' destination is sent to the dead letter destination. Uses the managed identity setup on the parent resource (namely, topic or domain) to acquire the authentication tokens being used during delivery / dead-lettering.

deliveryWithResourceIdentity

Information about the destination where events have to be delivered for the event subscription. Uses the managed identity setup on the parent resource (namely, topic or domain) to acquire the authentication tokens being used during delivery / dead-lettering.

destination

Information about the destination where events have to be delivered for the event subscription. Uses Azure Event Grid's identity to acquire the authentication tokens being used during delivery / dead-lettering.

eventDeliverySchema

The event delivery schema for the event subscription.

expirationTimeUtc

Expiration time of the event subscription.

filter

Information about the filter for the event subscription.

labels

List of user defined labels.

provisioningState

Provisioning state of the event subscription.

retryPolicy

The retry policy for events. This can be used to configure maximum number of delivery attempts and time to live for events.

topic

Name of the topic of the event subscription.

Inherited Properties

id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name

The name of the resource

systemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Property Details

deadLetterDestination

The dead letter destination of the event subscription. Any event that cannot be delivered to its' destination is sent to the dead letter destination. Uses Azure Event Grid's identity to acquire the authentication tokens being used during delivery / dead-lettering.

deadLetterDestination?: DeadLetterDestinationUnion

Property Value

deadLetterWithResourceIdentity

The dead letter destination of the event subscription. Any event that cannot be delivered to its' destination is sent to the dead letter destination. Uses the managed identity setup on the parent resource (namely, topic or domain) to acquire the authentication tokens being used during delivery / dead-lettering.

deadLetterWithResourceIdentity?: DeadLetterWithResourceIdentity

Property Value

deliveryWithResourceIdentity

Information about the destination where events have to be delivered for the event subscription. Uses the managed identity setup on the parent resource (namely, topic or domain) to acquire the authentication tokens being used during delivery / dead-lettering.

deliveryWithResourceIdentity?: DeliveryWithResourceIdentity

Property Value

destination

Information about the destination where events have to be delivered for the event subscription. Uses Azure Event Grid's identity to acquire the authentication tokens being used during delivery / dead-lettering.

destination?: EventSubscriptionDestinationUnion

Property Value

eventDeliverySchema

The event delivery schema for the event subscription.

eventDeliverySchema?: string

Property Value

string

expirationTimeUtc

Expiration time of the event subscription.

expirationTimeUtc?: Date

Property Value

Date

filter

Information about the filter for the event subscription.

filter?: EventSubscriptionFilter

Property Value

labels

List of user defined labels.

labels?: string[]

Property Value

string[]

provisioningState

Provisioning state of the event subscription.

provisioningState?: string

Property Value

string

retryPolicy

The retry policy for events. This can be used to configure maximum number of delivery attempts and time to live for events.

retryPolicy?: RetryPolicy

Property Value

topic

Name of the topic of the event subscription.

topic?: string

Property Value

string

Inherited Property Details

id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

id?: string

Property Value

string

Inherited From ProxyResource.id

name

The name of the resource

name?: string

Property Value

string

Inherited From ProxyResource.name

systemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

systemData?: SystemData

Property Value

Inherited From ProxyResource.systemData

type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

type?: string

Property Value

string

Inherited From ProxyResource.type