Uses of Class
com.azure.resourcemanager.servicebus.fluent.models.SBTopicInner
-
Packages that use SBTopicInner 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.com.azure.resourcemanager.servicebus.models 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 SBTopicInner Modifier and Type Method Description SBTopicInnerTopicsClient. createOrUpdate(String resourceGroupName, String namespaceName, String topicName, SBTopicInner parameters)Creates a topic in the specified namespace.SBTopicInnerTopicsClient. get(String resourceGroupName, String namespaceName, String topicName)Returns a description for the specified topic.Methods in com.azure.resourcemanager.servicebus.fluent that return types with arguments of type SBTopicInner Modifier and Type Method Description 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.Mono<SBTopicInner>TopicsClient. getAsync(String resourceGroupName, String namespaceName, String topicName)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 SBTopicInner Modifier and Type Method Description SBTopicInnerTopicsClient. 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. -
Uses of SBTopicInner in com.azure.resourcemanager.servicebus.fluent.models
Methods in com.azure.resourcemanager.servicebus.fluent.models that return SBTopicInner Modifier and Type Method Description SBTopicInnerSBTopicInner. withAutoDeleteOnIdle(Duration autoDeleteOnIdle)Set the autoDeleteOnIdle property: ISO 8601 timespan idle interval after which the topic is automatically deleted.SBTopicInnerSBTopicInner. withDefaultMessageTimeToLive(Duration defaultMessageTimeToLive)Set the defaultMessageTimeToLive property: ISO 8601 Default message timespan to live value.SBTopicInnerSBTopicInner. withDuplicateDetectionHistoryTimeWindow(Duration duplicateDetectionHistoryTimeWindow)Set the duplicateDetectionHistoryTimeWindow property: ISO8601 timespan structure that defines the duration of the duplicate detection history.SBTopicInnerSBTopicInner. withEnableBatchedOperations(Boolean enableBatchedOperations)Set the enableBatchedOperations property: Value that indicates whether server-side batched operations are enabled.SBTopicInnerSBTopicInner. withEnableExpress(Boolean enableExpress)Set the enableExpress property: Value that indicates whether Express Entities are enabled.SBTopicInnerSBTopicInner. withEnablePartitioning(Boolean enablePartitioning)Set the enablePartitioning property: Value that indicates whether the topic to be partitioned across multiple message brokers is enabled.SBTopicInnerSBTopicInner. 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.SBTopicInnerSBTopicInner. withRequiresDuplicateDetection(Boolean requiresDuplicateDetection)Set the requiresDuplicateDetection property: Value indicating if this topic requires duplicate detection.SBTopicInnerSBTopicInner. withStatus(EntityStatus status)Set the status property: Enumerates the possible values for the status of a messaging entity.SBTopicInnerSBTopicInner. 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 SBTopicInner Modifier and Type Method Description List<SBTopicInner>SBTopicListResult. value()Get the value property: Result of the List Topics operation.Method parameters in com.azure.resourcemanager.servicebus.models with type arguments of type SBTopicInner Modifier and Type Method Description SBTopicListResultSBTopicListResult. withValue(List<SBTopicInner> value)Set the value property: Result of the List Topics operation.
-