Class ServiceBusQueueEventSubscriptionDestination


  • public final class ServiceBusQueueEventSubscriptionDestination
    extends EventSubscriptionDestination
    Information about the service bus destination for an event subscription.
    • Constructor Detail

      • ServiceBusQueueEventSubscriptionDestination

        public ServiceBusQueueEventSubscriptionDestination()
    • Method Detail

      • resourceId

        public String resourceId()
        Get the resourceId property: The Azure Resource Id that represents the endpoint of the Service Bus destination of an event subscription.
        Returns:
        the resourceId value.
      • withResourceId

        public ServiceBusQueueEventSubscriptionDestination withResourceId​(String resourceId)
        Set the resourceId property: The Azure Resource Id that represents the endpoint of the Service Bus destination of an event subscription.
        Parameters:
        resourceId - the resourceId value to set.
        Returns:
        the ServiceBusQueueEventSubscriptionDestination object itself.
      • deliveryAttributeMappings

        public List<DeliveryAttributeMapping> deliveryAttributeMappings()
        Get the deliveryAttributeMappings property: Delivery attribute details.
        Returns:
        the deliveryAttributeMappings value.
      • withDeliveryAttributeMappings

        public ServiceBusQueueEventSubscriptionDestination withDeliveryAttributeMappings​(List<DeliveryAttributeMapping> deliveryAttributeMappings)
        Set the deliveryAttributeMappings property: Delivery attribute details.
        Parameters:
        deliveryAttributeMappings - the deliveryAttributeMappings value to set.
        Returns:
        the ServiceBusQueueEventSubscriptionDestination object itself.