| Package | Description |
|---|---|
| com.azure.resourcemanager.servicebus.fluent |
Package containing the service clients for ServiceBusManagementClient.
|
| com.azure.resourcemanager.servicebus.models |
Package containing the 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.
|
Mono<SubscriptionResourceInner> |
SubscriptionsClient.createOrUpdateAsync(String resourceGroupName,
String namespaceName,
String topicName,
String subscriptionName,
SubscriptionCreateOrUpdateParameters parameters)
Creates a topic subscription.
|
com.azure.core.http.rest.Response<SubscriptionResourceInner> |
SubscriptionsClient.createOrUpdateWithResponse(String resourceGroupName,
String namespaceName,
String topicName,
String subscriptionName,
SubscriptionCreateOrUpdateParameters parameters,
com.azure.core.util.Context context)
Creates a topic subscription.
|
Mono<com.azure.core.http.rest.Response<SubscriptionResourceInner>> |
SubscriptionsClient.createOrUpdateWithResponseAsync(String resourceGroupName,
String namespaceName,
String topicName,
String subscriptionName,
SubscriptionCreateOrUpdateParameters parameters)
Creates a topic subscription.
|
| Modifier and Type | Method and Description |
|---|---|
SubscriptionCreateOrUpdateParameters |
SubscriptionCreateOrUpdateParameters.withAutoDeleteOnIdle(String autoDeleteOnIdle)
Set the autoDeleteOnIdle property: TimeSpan idle interval after which the topic is automatically deleted.
|
SubscriptionCreateOrUpdateParameters |
SubscriptionCreateOrUpdateParameters.withDeadLetteringOnFilterEvaluationExceptions(Boolean deadLetteringOnFilterEvaluationExceptions)
Set the deadLetteringOnFilterEvaluationExceptions property: Value that indicates whether a subscription has dead
letter support on filter evaluation exceptions.
|
SubscriptionCreateOrUpdateParameters |
SubscriptionCreateOrUpdateParameters.withDeadLetteringOnMessageExpiration(Boolean deadLetteringOnMessageExpiration)
Set the deadLetteringOnMessageExpiration property: Value that indicates whether a subscription has dead letter
support when a message expires.
|
SubscriptionCreateOrUpdateParameters |
SubscriptionCreateOrUpdateParameters.withDefaultMessageTimeToLive(String defaultMessageTimeToLive)
Set the defaultMessageTimeToLive property: Default message time to live value.
|
SubscriptionCreateOrUpdateParameters |
SubscriptionCreateOrUpdateParameters.withEnableBatchedOperations(Boolean enableBatchedOperations)
Set the enableBatchedOperations property: Value that indicates whether server-side batched operations are
enabled.
|
SubscriptionCreateOrUpdateParameters |
SubscriptionCreateOrUpdateParameters.withEntityAvailabilityStatus(EntityAvailabilityStatus entityAvailabilityStatus)
Set the entityAvailabilityStatus property: Entity availability status for the topic.
|
SubscriptionCreateOrUpdateParameters |
SubscriptionCreateOrUpdateParameters.withIsReadOnly(Boolean isReadOnly)
Set the isReadOnly property: Value that indicates whether the entity description is read-only.
|
SubscriptionCreateOrUpdateParameters |
SubscriptionCreateOrUpdateParameters.withLocation(String location)
Set the location property: Subscription data center location.
|
SubscriptionCreateOrUpdateParameters |
SubscriptionCreateOrUpdateParameters.withLockDuration(String lockDuration)
Set the lockDuration property: The lock duration time span for the subscription.
|
SubscriptionCreateOrUpdateParameters |
SubscriptionCreateOrUpdateParameters.withMaxDeliveryCount(Integer maxDeliveryCount)
Set the maxDeliveryCount property: Number of maximum deliveries.
|
SubscriptionCreateOrUpdateParameters |
SubscriptionCreateOrUpdateParameters.withRequiresSession(Boolean requiresSession)
Set the requiresSession property: Value indicating if a subscription supports the concept of sessions.
|
SubscriptionCreateOrUpdateParameters |
SubscriptionCreateOrUpdateParameters.withStatus(EntityStatus status)
Set the status property: Enumerates the possible values for the status of a messaging entity.
|
SubscriptionCreateOrUpdateParameters |
SubscriptionCreateOrUpdateParameters.withType(String type)
Set the type property: Resource manager type of the resource.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.