public interface Topic extends IndependentChildResource<com.microsoft.azure.management.servicebus.implementation.ServiceBusManager,com.microsoft.azure.management.servicebus.implementation.TopicInner>, Refreshable<Topic>, Updatable<Topic.Update>, HasInner<com.microsoft.azure.management.servicebus.implementation.TopicInner>
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 |
---|---|
org.joda.time.DateTime |
accessedAt() |
long |
activeMessageCount() |
TopicAuthorizationRules |
authorizationRules() |
org.joda.time.DateTime |
createdAt() |
long |
currentSizeInBytes() |
long |
deadLetterMessageCount() |
org.joda.time.Period |
defaultMessageTtlDuration() |
long |
deleteOnIdleDurationInMinutes() |
org.joda.time.Period |
duplicateMessageDetectionHistoryDuration() |
boolean |
isBatchedOperationsEnabled() |
boolean |
isDuplicateDetectionEnabled() |
boolean |
isExpressEnabled() |
boolean |
isPartitioningEnabled() |
long |
maxSizeInMB() |
long |
scheduledMessageCount() |
EntityStatus |
status() |
int |
subscriptionCount() |
ServiceBusSubscriptions |
subscriptions() |
long |
transferDeadLetterMessageCount() |
long |
transferMessageCount() |
org.joda.time.DateTime |
updatedAt() |
region, regionName, tags, type
key
id
name
inner
resourceGroupName
manager
refresh, refreshAsync
org.joda.time.DateTime createdAt()
org.joda.time.DateTime accessedAt()
org.joda.time.DateTime updatedAt()
long maxSizeInMB()
long currentSizeInBytes()
boolean isBatchedOperationsEnabled()
boolean isExpressEnabled()
boolean isPartitioningEnabled()
boolean isDuplicateDetectionEnabled()
long deleteOnIdleDurationInMinutes()
org.joda.time.Period defaultMessageTtlDuration()
org.joda.time.Period duplicateMessageDetectionHistoryDuration()
long activeMessageCount()
long deadLetterMessageCount()
long scheduledMessageCount()
long transferDeadLetterMessageCount()
long transferMessageCount()
int subscriptionCount()
EntityStatus status()
ServiceBusSubscriptions subscriptions()
TopicAuthorizationRules authorizationRules()
Copyright © 2019. All rights reserved.