| 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 |
|---|---|
TopicResourceInner |
TopicsClient.createOrUpdate(String resourceGroupName,
String namespaceName,
String topicName,
TopicCreateOrUpdateParameters parameters)
Creates a topic in the specified namespace.
|
TopicResourceInner |
TopicsClient.get(String resourceGroupName,
String namespaceName,
String topicName)
Returns a description for the specified topic.
|
| Modifier and Type | Method and Description |
|---|---|
TopicResourceInner |
TopicResourceInner.withAutoDeleteOnIdle(String autoDeleteOnIdle)
Set the autoDeleteOnIdle property: TimeSpan idle interval after which the topic is automatically deleted.
|
TopicResourceInner |
TopicResourceInner.withDefaultMessageTimeToLive(String defaultMessageTimeToLive)
Set the defaultMessageTimeToLive property: Default message time to live value.
|
TopicResourceInner |
TopicResourceInner.withDuplicateDetectionHistoryTimeWindow(String duplicateDetectionHistoryTimeWindow)
Set the duplicateDetectionHistoryTimeWindow property: TimeSpan structure that defines the duration of the
duplicate detection history.
|
TopicResourceInner |
TopicResourceInner.withEnableBatchedOperations(Boolean enableBatchedOperations)
Set the enableBatchedOperations property: Value that indicates whether server-side batched operations are
enabled.
|
TopicResourceInner |
TopicResourceInner.withEnableExpress(Boolean enableExpress)
Set the enableExpress property: Value that indicates whether Express Entities are enabled.
|
TopicResourceInner |
TopicResourceInner.withEnablePartitioning(Boolean enablePartitioning)
Set the enablePartitioning property: Value that indicates whether the topic to be partitioned across multiple
message brokers is enabled.
|
TopicResourceInner |
TopicResourceInner.withEntityAvailabilityStatus(EntityAvailabilityStatus entityAvailabilityStatus)
Set the entityAvailabilityStatus property: Entity availability status for the topic.
|
TopicResourceInner |
TopicResourceInner.withFilteringMessagesBeforePublishing(Boolean filteringMessagesBeforePublishing)
Set the filteringMessagesBeforePublishing property: Whether messages should be filtered before publishing.
|
TopicResourceInner |
TopicResourceInner.withIsAnonymousAccessible(Boolean isAnonymousAccessible)
Set the isAnonymousAccessible property: Value that indicates whether the message is accessible anonymously.
|
TopicResourceInner |
TopicResourceInner.withIsExpress(Boolean isExpress)
Set the isExpress property: The isExpress property.
|
TopicResourceInner |
TopicResourceInner.withLocation(String location)
Set the location property: Resource location.
|
TopicResourceInner |
TopicResourceInner.withMaxSizeInMegabytes(Long maxSizeInMegabytes)
Set the maxSizeInMegabytes property: Maximum size of the topic in megabytes, which is the size of the memory
allocated for the topic.
|
TopicResourceInner |
TopicResourceInner.withRequiresDuplicateDetection(Boolean requiresDuplicateDetection)
Set the requiresDuplicateDetection property: Value indicating if this topic requires duplicate detection.
|
TopicResourceInner |
TopicResourceInner.withStatus(EntityStatus status)
Set the status property: Enumerates the possible values for the status of a messaging entity.
|
TopicResourceInner |
TopicResourceInner.withSupportOrdering(Boolean supportOrdering)
Set the supportOrdering property: Value that indicates whether the topic supports ordering.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.