public interface Topic extends IndependentChildResource<ServiceBusManager,SBTopicInner>, Refreshable<Topic>, Updatable<Topic.Update>, HasInnerModel<SBTopicInner>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Topic.Definition
The entirety of the Service Bus topic definition.
|
static interface |
Topic.DefinitionStages
Grouping of Service Bus topic definition stages.
|
static interface |
Topic.Update
The template for a Service Bus topic update operation, containing all the settings that can be modified.
|
static interface |
Topic.UpdateStages
Grouping of Service Bus topic update stages.
|
Resource.DefinitionWithRegion<T>, Resource.DefinitionWithTags<T>, Resource.UpdateWithTags<T>| Modifier and Type | Method and Description |
|---|---|
OffsetDateTime |
accessedAt() |
long |
activeMessageCount() |
TopicAuthorizationRules |
authorizationRules() |
OffsetDateTime |
createdAt() |
long |
currentSizeInBytes() |
long |
deadLetterMessageCount() |
Duration |
defaultMessageTtlDuration() |
long |
deleteOnIdleDurationInMinutes() |
Duration |
duplicateMessageDetectionHistoryDuration() |
boolean |
isBatchedOperationsEnabled() |
boolean |
isDuplicateDetectionEnabled() |
boolean |
isExpressEnabled() |
boolean |
isPartitioningEnabled() |
long |
maxSizeInMB() |
long |
scheduledMessageCount() |
EntityStatus |
status() |
int |
subscriptionCount() |
ServiceBusSubscriptions |
subscriptions() |
long |
transferDeadLetterMessageCount() |
long |
transferMessageCount() |
OffsetDateTime |
updatedAt() |
region, regionName, tags, typenameinnerModelresourceGroupNamemanagerrefresh, refreshAsyncOffsetDateTime createdAt()
OffsetDateTime accessedAt()
OffsetDateTime updatedAt()
long maxSizeInMB()
long currentSizeInBytes()
boolean isBatchedOperationsEnabled()
boolean isExpressEnabled()
boolean isPartitioningEnabled()
boolean isDuplicateDetectionEnabled()
long deleteOnIdleDurationInMinutes()
Duration defaultMessageTtlDuration()
Duration duplicateMessageDetectionHistoryDuration()
long activeMessageCount()
long deadLetterMessageCount()
long scheduledMessageCount()
long transferDeadLetterMessageCount()
long transferMessageCount()
int subscriptionCount()
EntityStatus status()
ServiceBusSubscriptions subscriptions()
TopicAuthorizationRules authorizationRules()
Copyright © 2021 Microsoft Corporation. All rights reserved.