Uses of Class
com.azure.resourcemanager.servicebus.fluent.models.SBSubscriptionProperties
Packages that use SBSubscriptionProperties
Package
Description
Package containing the inner data models for ServiceBusManagementClient.
-
Uses of SBSubscriptionProperties in com.azure.resourcemanager.servicebus.fluent.models
Methods in com.azure.resourcemanager.servicebus.fluent.models that return SBSubscriptionPropertiesModifier and TypeMethodDescriptionstatic SBSubscriptionPropertiesSBSubscriptionProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SBSubscriptionProperties from the JsonReader.SBSubscriptionProperties.withAutoDeleteOnIdle(Duration autoDeleteOnIdle) Set the autoDeleteOnIdle property: ISO 8061 timeSpan idle interval after which the topic is automatically deleted.SBSubscriptionProperties.withClientAffineProperties(SBClientAffineProperties clientAffineProperties) Set the clientAffineProperties property: Properties specific to client affine subscriptions.SBSubscriptionProperties.withDeadLetteringOnFilterEvaluationExceptions(Boolean deadLetteringOnFilterEvaluationExceptions) Set the deadLetteringOnFilterEvaluationExceptions property: Value that indicates whether a subscription has dead letter support on filter evaluation exceptions.SBSubscriptionProperties.withDeadLetteringOnMessageExpiration(Boolean deadLetteringOnMessageExpiration) Set the deadLetteringOnMessageExpiration property: Value that indicates whether a subscription has dead letter support when a message expires.SBSubscriptionProperties.withDefaultMessageTimeToLive(Duration defaultMessageTimeToLive) Set the defaultMessageTimeToLive property: ISO 8061 Default message timespan to live value.SBSubscriptionProperties.withDuplicateDetectionHistoryTimeWindow(Duration duplicateDetectionHistoryTimeWindow) Set the duplicateDetectionHistoryTimeWindow property: ISO 8601 timeSpan structure that defines the duration of the duplicate detection history.SBSubscriptionProperties.withEnableBatchedOperations(Boolean enableBatchedOperations) Set the enableBatchedOperations property: Value that indicates whether server-side batched operations are enabled.SBSubscriptionProperties.withForwardDeadLetteredMessagesTo(String forwardDeadLetteredMessagesTo) Set the forwardDeadLetteredMessagesTo property: Queue/Topic name to forward the Dead Letter message.SBSubscriptionProperties.withForwardTo(String forwardTo) Set the forwardTo property: Queue/Topic name to forward the messages.SBSubscriptionProperties.withIsClientAffine(Boolean isClientAffine) Set the isClientAffine property: Value that indicates whether the subscription has an affinity to the client id.SBSubscriptionProperties.withLockDuration(Duration lockDuration) Set the lockDuration property: ISO 8061 lock duration timespan for the subscription.SBSubscriptionProperties.withMaxDeliveryCount(Integer maxDeliveryCount) Set the maxDeliveryCount property: Number of maximum deliveries.SBSubscriptionProperties.withRequiresSession(Boolean requiresSession) Set the requiresSession property: Value indicating if a subscription supports the concept of sessions.SBSubscriptionProperties.withStatus(EntityStatus status) Set the status property: Enumerates the possible values for the status of a messaging entity.