EventSubscription.DefinitionStages.WithCreate |
EventSubscription.DefinitionStages.WithDeadLetterDestination.withDeadLetterDestination(DeadLetterDestination deadLetterDestination) |
Specifies the deadLetterDestination property: The DeadLetter destination of the event subscription..
|
EventSubscription.DefinitionStages.WithCreate |
EventSubscription.DefinitionStages.WithDeadLetterWithResourceIdentity.withDeadLetterWithResourceIdentity(DeadLetterWithResourceIdentity deadLetterWithResourceIdentity) |
Specifies the deadLetterWithResourceIdentity property: The dead letter destination of the event
subscription.
|
EventSubscription.DefinitionStages.WithCreate |
EventSubscription.DefinitionStages.WithDeliveryWithResourceIdentity.withDeliveryWithResourceIdentity(DeliveryWithResourceIdentity deliveryWithResourceIdentity) |
Specifies the deliveryWithResourceIdentity property: Information about the destination where events have
to be delivered for the event subscription.
|
EventSubscription.DefinitionStages.WithCreate |
EventSubscription.DefinitionStages.WithDestination.withDestination(EventSubscriptionDestination destination) |
Specifies the destination property: Information about the destination where events have to be delivered
for the event subscription..
|
EventSubscription.DefinitionStages.WithCreate |
EventSubscription.DefinitionStages.WithEventDeliverySchema.withEventDeliverySchema(EventDeliverySchema eventDeliverySchema) |
Specifies the eventDeliverySchema property: The event delivery schema for the event subscription..
|
EventSubscription.DefinitionStages.WithCreate |
EventSubscription.DefinitionStages.WithScope.withExistingScope(String scope) |
Specifies scope.
|
EventSubscription.DefinitionStages.WithCreate |
EventSubscription.DefinitionStages.WithExpirationTimeUtc.withExpirationTimeUtc(OffsetDateTime expirationTimeUtc) |
Specifies the expirationTimeUtc property: Expiration time of the event subscription..
|
EventSubscription.DefinitionStages.WithCreate |
EventSubscription.DefinitionStages.WithFilter.withFilter(EventSubscriptionFilter filter) |
Specifies the filter property: Information about the filter for the event subscription..
|
EventSubscription.DefinitionStages.WithCreate |
EventSubscription.DefinitionStages.WithLabels.withLabels(List<String> labels) |
Specifies the labels property: List of user defined labels..
|
EventSubscription.DefinitionStages.WithCreate |
EventSubscription.DefinitionStages.WithRetryPolicy.withRetryPolicy(RetryPolicy retryPolicy) |
Specifies the retryPolicy property: The retry policy for events.
|