EventSubscriptionProperties |
EventSubscriptionProperties.withDeadLetterDestination(DeadLetterDestination deadLetterDestination) |
Set the deadLetterDestination property: The DeadLetter destination of the event subscription.
|
EventSubscriptionProperties |
EventSubscriptionProperties.withDeadLetterWithResourceIdentity(DeadLetterWithResourceIdentity deadLetterWithResourceIdentity) |
Set the deadLetterWithResourceIdentity property: The dead letter destination of the event subscription.
|
EventSubscriptionProperties |
EventSubscriptionProperties.withDeliveryWithResourceIdentity(DeliveryWithResourceIdentity deliveryWithResourceIdentity) |
Set the deliveryWithResourceIdentity property: Information about the destination where events have to be
delivered for the event subscription.
|
EventSubscriptionProperties |
EventSubscriptionProperties.withDestination(EventSubscriptionDestination destination) |
Set the destination property: Information about the destination where events have to be delivered for the event
subscription.
|
EventSubscriptionProperties |
EventSubscriptionProperties.withEventDeliverySchema(EventDeliverySchema eventDeliverySchema) |
Set the eventDeliverySchema property: The event delivery schema for the event subscription.
|
EventSubscriptionProperties |
EventSubscriptionProperties.withExpirationTimeUtc(OffsetDateTime expirationTimeUtc) |
Set the expirationTimeUtc property: Expiration time of the event subscription.
|
EventSubscriptionProperties |
EventSubscriptionProperties.withFilter(EventSubscriptionFilter filter) |
Set the filter property: Information about the filter for the event subscription.
|
EventSubscriptionProperties |
EventSubscriptionProperties.withLabels(List<String> labels) |
Set the labels property: List of user defined labels.
|
EventSubscriptionProperties |
EventSubscriptionProperties.withRetryPolicy(RetryPolicy retryPolicy) |
Set the retryPolicy property: The retry policy for events.
|