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