| 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 |
|---|---|
SBTopicInner |
TopicsClient.createOrUpdate(String resourceGroupName,
String namespaceName,
String topicName,
SBTopicInner parameters)
Creates a topic in the specified namespace.
|
SBTopicInner |
TopicsClient.get(String resourceGroupName,
String namespaceName,
String topicName)
Returns a description for the specified topic.
|
| Modifier and Type | Method and Description |
|---|---|
SBTopicInner |
TopicsClient.createOrUpdate(String resourceGroupName,
String namespaceName,
String topicName,
SBTopicInner parameters)
Creates a topic in the specified namespace.
|
Mono<SBTopicInner> |
TopicsClient.createOrUpdateAsync(String resourceGroupName,
String namespaceName,
String topicName,
SBTopicInner parameters)
Creates a topic in the specified namespace.
|
com.azure.core.http.rest.Response<SBTopicInner> |
TopicsClient.createOrUpdateWithResponse(String resourceGroupName,
String namespaceName,
String topicName,
SBTopicInner parameters,
com.azure.core.util.Context context)
Creates a topic in the specified namespace.
|
Mono<com.azure.core.http.rest.Response<SBTopicInner>> |
TopicsClient.createOrUpdateWithResponseAsync(String resourceGroupName,
String namespaceName,
String topicName,
SBTopicInner parameters)
Creates a topic in the specified namespace.
|
| Modifier and Type | Method and Description |
|---|---|
SBTopicInner |
SBTopicInner.withAutoDeleteOnIdle(Duration autoDeleteOnIdle)
Set the autoDeleteOnIdle property: ISO 8601 timespan idle interval after which the topic is automatically
deleted.
|
SBTopicInner |
SBTopicInner.withDefaultMessageTimeToLive(Duration defaultMessageTimeToLive)
Set the defaultMessageTimeToLive property: ISO 8601 Default message timespan to live value.
|
SBTopicInner |
SBTopicInner.withDuplicateDetectionHistoryTimeWindow(Duration duplicateDetectionHistoryTimeWindow)
Set the duplicateDetectionHistoryTimeWindow property: ISO8601 timespan structure that defines the duration of the
duplicate detection history.
|
SBTopicInner |
SBTopicInner.withEnableBatchedOperations(Boolean enableBatchedOperations)
Set the enableBatchedOperations property: Value that indicates whether server-side batched operations are
enabled.
|
SBTopicInner |
SBTopicInner.withEnableExpress(Boolean enableExpress)
Set the enableExpress property: Value that indicates whether Express Entities are enabled.
|
SBTopicInner |
SBTopicInner.withEnablePartitioning(Boolean enablePartitioning)
Set the enablePartitioning property: Value that indicates whether the topic to be partitioned across multiple
message brokers is enabled.
|
SBTopicInner |
SBTopicInner.withMaxSizeInMegabytes(Integer maxSizeInMegabytes)
Set the maxSizeInMegabytes property: Maximum size of the topic in megabytes, which is the size of the memory
allocated for the topic.
|
SBTopicInner |
SBTopicInner.withRequiresDuplicateDetection(Boolean requiresDuplicateDetection)
Set the requiresDuplicateDetection property: Value indicating if this topic requires duplicate detection.
|
SBTopicInner |
SBTopicInner.withStatus(EntityStatus status)
Set the status property: Enumerates the possible values for the status of a messaging entity.
|
SBTopicInner |
SBTopicInner.withSupportOrdering(Boolean supportOrdering)
Set the supportOrdering property: Value that indicates whether the topic supports ordering.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.