| Package | Description |
|---|---|
| com.azure.resourcemanager.servicebus.fluent |
Package containing the service clients for ServiceBusManagementClient.
|
| com.azure.resourcemanager.servicebus.fluent.models |
Package containing the inner data models for ServiceBusManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
SBSubscriptionInner |
SubscriptionsClient.createOrUpdate(String resourceGroupName,
String namespaceName,
String topicName,
String subscriptionName,
SBSubscriptionInner parameters)
Creates a topic subscription.
|
SBSubscriptionInner |
SubscriptionsClient.get(String resourceGroupName,
String namespaceName,
String topicName,
String subscriptionName)
Returns a subscription description for the specified topic.
|
| Modifier and Type | Method and Description |
|---|---|
SBSubscriptionInner |
SubscriptionsClient.createOrUpdate(String resourceGroupName,
String namespaceName,
String topicName,
String subscriptionName,
SBSubscriptionInner parameters)
Creates a topic subscription.
|
Mono<SBSubscriptionInner> |
SubscriptionsClient.createOrUpdateAsync(String resourceGroupName,
String namespaceName,
String topicName,
String subscriptionName,
SBSubscriptionInner parameters)
Creates a topic subscription.
|
com.azure.core.http.rest.Response<SBSubscriptionInner> |
SubscriptionsClient.createOrUpdateWithResponse(String resourceGroupName,
String namespaceName,
String topicName,
String subscriptionName,
SBSubscriptionInner parameters,
com.azure.core.util.Context context)
Creates a topic subscription.
|
Mono<com.azure.core.http.rest.Response<SBSubscriptionInner>> |
SubscriptionsClient.createOrUpdateWithResponseAsync(String resourceGroupName,
String namespaceName,
String topicName,
String subscriptionName,
SBSubscriptionInner parameters)
Creates a topic subscription.
|
| Modifier and Type | Method and Description |
|---|---|
SBSubscriptionInner |
SBSubscriptionInner.withAutoDeleteOnIdle(Duration autoDeleteOnIdle)
Set the autoDeleteOnIdle property: ISO 8061 timeSpan idle interval after which the topic is automatically
deleted.
|
SBSubscriptionInner |
SBSubscriptionInner.withDeadLetteringOnFilterEvaluationExceptions(Boolean deadLetteringOnFilterEvaluationExceptions)
Set the deadLetteringOnFilterEvaluationExceptions property: Value that indicates whether a subscription has dead
letter support on filter evaluation exceptions.
|
SBSubscriptionInner |
SBSubscriptionInner.withDeadLetteringOnMessageExpiration(Boolean deadLetteringOnMessageExpiration)
Set the deadLetteringOnMessageExpiration property: Value that indicates whether a subscription has dead letter
support when a message expires.
|
SBSubscriptionInner |
SBSubscriptionInner.withDefaultMessageTimeToLive(Duration defaultMessageTimeToLive)
Set the defaultMessageTimeToLive property: ISO 8061 Default message timespan to live value.
|
SBSubscriptionInner |
SBSubscriptionInner.withDuplicateDetectionHistoryTimeWindow(Duration duplicateDetectionHistoryTimeWindow)
Set the duplicateDetectionHistoryTimeWindow property: ISO 8601 timeSpan structure that defines the duration of
the duplicate detection history.
|
SBSubscriptionInner |
SBSubscriptionInner.withEnableBatchedOperations(Boolean enableBatchedOperations)
Set the enableBatchedOperations property: Value that indicates whether server-side batched operations are
enabled.
|
SBSubscriptionInner |
SBSubscriptionInner.withForwardDeadLetteredMessagesTo(String forwardDeadLetteredMessagesTo)
Set the forwardDeadLetteredMessagesTo property: Queue/Topic name to forward the Dead Letter message.
|
SBSubscriptionInner |
SBSubscriptionInner.withForwardTo(String forwardTo)
Set the forwardTo property: Queue/Topic name to forward the messages.
|
SBSubscriptionInner |
SBSubscriptionInner.withLockDuration(Duration lockDuration)
Set the lockDuration property: ISO 8061 lock duration timespan for the subscription.
|
SBSubscriptionInner |
SBSubscriptionInner.withMaxDeliveryCount(Integer maxDeliveryCount)
Set the maxDeliveryCount property: Number of maximum deliveries.
|
SBSubscriptionInner |
SBSubscriptionInner.withRequiresSession(Boolean requiresSession)
Set the requiresSession property: Value indicating if a subscription supports the concept of sessions.
|
SBSubscriptionInner |
SBSubscriptionInner.withStatus(EntityStatus status)
Set the status property: Enumerates the possible values for the status of a messaging entity.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.