Uses of Class
com.azure.resourcemanager.servicebus.fluent.models.SBTopicInner
Packages that use SBTopicInner
Package
Description
Package containing the service clients for ServiceBusManagementClient.
Package containing the inner data models for ServiceBusManagementClient.
Package containing the data models for ServiceBusManagementClient.
-
Uses of SBTopicInner in com.azure.resourcemanager.servicebus.fluent
Methods in com.azure.resourcemanager.servicebus.fluent that return SBTopicInnerModifier and TypeMethodDescriptionTopicsClient.createOrUpdate(String resourceGroupName, String namespaceName, String topicName, SBTopicInner parameters) Creates a topic in the specified namespace.Returns a description for the specified topic.Methods in com.azure.resourcemanager.servicebus.fluent that return types with arguments of type SBTopicInnerModifier and TypeMethodDescriptionTopicsClient.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.Returns a description for the specified topic.com.azure.core.http.rest.Response<SBTopicInner> TopicsClient.getWithResponse(String resourceGroupName, String namespaceName, String topicName, com.azure.core.util.Context context) Returns a description for the specified topic.Mono<com.azure.core.http.rest.Response<SBTopicInner>> TopicsClient.getWithResponseAsync(String resourceGroupName, String namespaceName, String topicName) Returns a description for the specified topic.com.azure.core.http.rest.PagedIterable<SBTopicInner> TopicsClient.listByNamespace(String resourceGroupName, String namespaceName) Gets all the topics in a namespace.com.azure.core.http.rest.PagedIterable<SBTopicInner> TopicsClient.listByNamespace(String resourceGroupName, String namespaceName, Integer skip, Integer top, com.azure.core.util.Context context) Gets all the topics in a namespace.com.azure.core.http.rest.PagedFlux<SBTopicInner> TopicsClient.listByNamespaceAsync(String resourceGroupName, String namespaceName) Gets all the topics in a namespace.com.azure.core.http.rest.PagedFlux<SBTopicInner> TopicsClient.listByNamespaceAsync(String resourceGroupName, String namespaceName, Integer skip, Integer top) Gets all the topics in a namespace.Methods in com.azure.resourcemanager.servicebus.fluent with parameters of type SBTopicInnerModifier and TypeMethodDescriptionTopicsClient.createOrUpdate(String resourceGroupName, String namespaceName, String topicName, SBTopicInner parameters) Creates a topic in the specified namespace.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. -
Uses of SBTopicInner in com.azure.resourcemanager.servicebus.fluent.models
Methods in com.azure.resourcemanager.servicebus.fluent.models that return SBTopicInnerModifier and TypeMethodDescriptionstatic SBTopicInnerSBTopicInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SBTopicInner from the JsonReader.SBTopicInner.withAutoDeleteOnIdle(Duration autoDeleteOnIdle) Set the autoDeleteOnIdle property: ISO 8601 timespan idle interval after which the topic is automatically deleted.SBTopicInner.withDefaultMessageTimeToLive(Duration defaultMessageTimeToLive) Set the defaultMessageTimeToLive property: ISO 8601 Default message timespan to live value.SBTopicInner.withDuplicateDetectionHistoryTimeWindow(Duration duplicateDetectionHistoryTimeWindow) Set the duplicateDetectionHistoryTimeWindow property: ISO8601 timespan structure that defines the duration of the duplicate detection history.SBTopicInner.withEnableBatchedOperations(Boolean enableBatchedOperations) Set the enableBatchedOperations property: Value that indicates whether server-side batched operations are enabled.SBTopicInner.withEnableExpress(Boolean enableExpress) Set the enableExpress property: Value that indicates whether Express Entities are enabled.SBTopicInner.withEnablePartitioning(Boolean enablePartitioning) Set the enablePartitioning property: Value that indicates whether the topic to be partitioned across multiple message brokers is enabled.SBTopicInner.withMaxMessageSizeInKilobytes(Long maxMessageSizeInKilobytes) Set the maxMessageSizeInKilobytes property: Maximum size (in KB) of the message payload that can be accepted by the topic.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.withRequiresDuplicateDetection(Boolean requiresDuplicateDetection) Set the requiresDuplicateDetection property: Value indicating if this topic requires duplicate detection.SBTopicInner.withStatus(EntityStatus status) Set the status property: Enumerates the possible values for the status of a messaging entity.SBTopicInner.withSupportOrdering(Boolean supportOrdering) Set the supportOrdering property: Value that indicates whether the topic supports ordering. -
Uses of SBTopicInner in com.azure.resourcemanager.servicebus.models
Methods in com.azure.resourcemanager.servicebus.models that return types with arguments of type SBTopicInnerModifier and TypeMethodDescriptionSBTopicListResult.value()Get the value property: Result of the List Topics operation.Method parameters in com.azure.resourcemanager.servicebus.models with type arguments of type SBTopicInnerModifier and TypeMethodDescriptionSBTopicListResult.withValue(List<SBTopicInner> value) Set the value property: Result of the List Topics operation.