ServiceBusQueueEventSubscriptionDestinationProperties Class

The properties that represent the Service Bus destination of an event subscription.

Constructor

ServiceBusQueueEventSubscriptionDestinationProperties(*args: Any, **kwargs: Any)

Variables

Name Description
resource_id
str

The Azure Resource Id that represents the endpoint of the Service Bus destination of an event subscription.

delivery_attribute_mappings

Delivery attribute details.

Attributes

delivery_attribute_mappings

Delivery attribute details.

delivery_attribute_mappings: list['_models.DeliveryAttributeMapping'] | None

resource_id

The Azure Resource Id that represents the endpoint of the Service Bus destination of an event subscription.

resource_id: str | None