Subscription interface
Event Subscription.
- Extends
Properties
| delivery |
Information about the delivery configuration of the event subscription. |
| event |
The event delivery schema for the event subscription. |
| expiration |
Expiration time of the event subscription. |
| filters |
Information about the filter for the event subscription. |
| provisioning |
Provisioning state of the event subscription. NOTE: This property will not be serialized. It can only be populated by the server. |
| system |
The system metadata relating to the Event Grid resource. NOTE: This property will not be serialized. It can only be populated by the server. |
| tags | Tags relating to Event Subscription resource. |
Inherited Properties
| id | Fully qualified identifier of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
| name | Name of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
| type | Type of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
deliveryConfiguration
Information about the delivery configuration of the event subscription.
deliveryConfiguration?: DeliveryConfiguration
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
filtersConfiguration
Information about the filter for the event subscription.
filtersConfiguration?: FiltersConfiguration
Property Value
provisioningState
Provisioning state of the event subscription. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
systemData
The system metadata relating to the Event Grid resource. NOTE: This property will not be serialized. It can only be populated by the server.
systemData?: SystemData
Property Value
tags
Tags relating to Event Subscription resource.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited Property Details
id
Fully qualified identifier of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From Resource.id
name
Name of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From Resource.name
type
Type of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From Resource.type