| 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 |
|---|---|
SubscriptionResourceInner |
SubscriptionsClient.createOrUpdate(String resourceGroupName,
String namespaceName,
String topicName,
String subscriptionName,
SubscriptionCreateOrUpdateParameters parameters)
Creates a topic subscription.
|
SubscriptionResourceInner |
SubscriptionsClient.get(String resourceGroupName,
String namespaceName,
String topicName,
String subscriptionName)
Returns a subscription description for the specified topic.
|
| Modifier and Type | Method and Description |
|---|---|
SubscriptionResourceInner |
SubscriptionResourceInner.withAutoDeleteOnIdle(String autoDeleteOnIdle)
Set the autoDeleteOnIdle property: TimeSpan idle interval after which the topic is automatically deleted.
|
SubscriptionResourceInner |
SubscriptionResourceInner.withDeadLetteringOnFilterEvaluationExceptions(Boolean deadLetteringOnFilterEvaluationExceptions)
Set the deadLetteringOnFilterEvaluationExceptions property: Value that indicates whether a subscription has dead
letter support on filter evaluation exceptions.
|
SubscriptionResourceInner |
SubscriptionResourceInner.withDeadLetteringOnMessageExpiration(Boolean deadLetteringOnMessageExpiration)
Set the deadLetteringOnMessageExpiration property: Value that indicates whether a subscription has dead letter
support when a message expires.
|
SubscriptionResourceInner |
SubscriptionResourceInner.withDefaultMessageTimeToLive(String defaultMessageTimeToLive)
Set the defaultMessageTimeToLive property: Default message time to live value.
|
SubscriptionResourceInner |
SubscriptionResourceInner.withEnableBatchedOperations(Boolean enableBatchedOperations)
Set the enableBatchedOperations property: Value that indicates whether server-side batched operations are
enabled.
|
SubscriptionResourceInner |
SubscriptionResourceInner.withEntityAvailabilityStatus(EntityAvailabilityStatus entityAvailabilityStatus)
Set the entityAvailabilityStatus property: Entity availability status for the topic.
|
SubscriptionResourceInner |
SubscriptionResourceInner.withIsReadOnly(Boolean isReadOnly)
Set the isReadOnly property: Value that indicates whether the entity description is read-only.
|
SubscriptionResourceInner |
SubscriptionResourceInner.withLocation(String location)
Set the location property: Resource location.
|
SubscriptionResourceInner |
SubscriptionResourceInner.withLockDuration(String lockDuration)
Set the lockDuration property: The lock duration time span for the subscription.
|
SubscriptionResourceInner |
SubscriptionResourceInner.withMaxDeliveryCount(Integer maxDeliveryCount)
Set the maxDeliveryCount property: Number of maximum deliveries.
|
SubscriptionResourceInner |
SubscriptionResourceInner.withRequiresSession(Boolean requiresSession)
Set the requiresSession property: Value indicating if a subscription supports the concept of sessions.
|
SubscriptionResourceInner |
SubscriptionResourceInner.withStatus(EntityStatus status)
Set the status property: Enumerates the possible values for the status of a messaging entity.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.