public interface Queue extends IndependentChildResource<com.microsoft.azure.management.servicebus.implementation.ServiceBusManager,com.microsoft.azure.management.servicebus.implementation.QueueInner>, Refreshable<Queue>, Updatable<Queue.Update>
Modifier and Type | Interface and Description |
---|---|
static interface |
Queue.Definition
The entirety of the Service Bus queue definition.
|
static interface |
Queue.DefinitionStages
Grouping of Service Bus queue definition stages.
|
static interface |
Queue.Update
The template for Service Bus queue update operation, containing all the settings that can be modified.
|
static interface |
Queue.UpdateStages
Grouping of Service Bus queue update stages.
|
Resource.DefinitionWithRegion<T>, Resource.DefinitionWithTags<T>, Resource.UpdateWithTags<T>
Modifier and Type | Method and Description |
---|---|
org.joda.time.DateTime |
accessedAt() |
long |
activeMessageCount() |
QueueAuthorizationRules |
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 |
isDeadLetteringEnabledForExpiredMessages() |
boolean |
isDuplicateDetectionEnabled() |
boolean |
isExpressEnabled() |
boolean |
isPartitioningEnabled() |
boolean |
isSessionEnabled() |
long |
lockDurationInSeconds() |
int |
maxDeliveryCountBeforeDeadLetteringMessage() |
long |
maxSizeInMB() |
long |
messageCount() |
long |
scheduledMessageCount() |
EntityStatus |
status() |
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 isDeadLetteringEnabledForExpiredMessages()
boolean isExpressEnabled()
boolean isPartitioningEnabled()
boolean isSessionEnabled()
boolean isDuplicateDetectionEnabled()
long lockDurationInSeconds()
long deleteOnIdleDurationInMinutes()
org.joda.time.Period defaultMessageTtlDuration()
org.joda.time.Period duplicateMessageDetectionHistoryDuration()
int maxDeliveryCountBeforeDeadLetteringMessage()
long messageCount()
long activeMessageCount()
long deadLetterMessageCount()
long scheduledMessageCount()
long transferDeadLetterMessageCount()
long transferMessageCount()
EntityStatus status()
QueueAuthorizationRules authorizationRules()
Copyright © 2019. All rights reserved.