azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

258 строки
16 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.servicebus.Queue"
fullName: "com.microsoft.azure.management.servicebus.Queue"
name: "Queue"
nameWithType: "Queue"
summary: "Type representing Service Bus queue."
syntax: "public interface **Queue**</br> extends <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.IndependentChildResource?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.IndependentChildResource&text=IndependentChildResource\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.servicebus.implementation.ServiceBusManager?alt=com.microsoft.azure.management.servicebus.implementation.ServiceBusManager&text=ServiceBusManager\" data-throw-if-not-resolved=\"False\" />,<xref href=\"com.microsoft.azure.management.servicebus.implementation.QueueInner?alt=com.microsoft.azure.management.servicebus.implementation.QueueInner&text=QueueInner\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Refreshable?alt=com.microsoft.azure.management.resources.fluentcore.model.Refreshable&text=Refreshable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.servicebus.Queue?alt=com.microsoft.azure.management.servicebus.Queue&text=Queue\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Updatable?alt=com.microsoft.azure.management.resources.fluentcore.model.Updatable&text=Updatable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.servicebus.Queue.Update?alt=com.microsoft.azure.management.servicebus.Queue.Update&text=Update\" data-throw-if-not-resolved=\"False\" />&gt;"
methods:
- uid: "com.microsoft.azure.management.servicebus.Queue.accessedAt()"
fullName: "com.microsoft.azure.management.servicebus.Queue.accessedAt()"
name: "accessedAt()"
nameWithType: "Queue.accessedAt()"
modifiers:
- "abstract"
syntax: "public abstract DateTime accessedAt()"
returns:
description: "last time a message was sent, or the last time there was a receive request to this queue"
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.servicebus.Queue.activeMessageCount()"
fullName: "com.microsoft.azure.management.servicebus.Queue.activeMessageCount()"
name: "activeMessageCount()"
nameWithType: "Queue.activeMessageCount()"
modifiers:
- "abstract"
syntax: "public abstract long activeMessageCount()"
returns:
description: "number of active messages in the queue"
type: "<xref href=\"long?alt=long&text=long\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.servicebus.Queue.authorizationRules()"
fullName: "com.microsoft.azure.management.servicebus.Queue.authorizationRules()"
name: "authorizationRules()"
nameWithType: "Queue.authorizationRules()"
modifiers:
- "abstract"
syntax: "public abstract QueueAuthorizationRules authorizationRules()"
returns:
description: "entry point to manage authorization rules for the Service Bus queue"
type: "<xref href=\"com.microsoft.azure.management.servicebus.QueueAuthorizationRules?alt=com.microsoft.azure.management.servicebus.QueueAuthorizationRules&text=QueueAuthorizationRules\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.servicebus.Queue.createdAt()"
fullName: "com.microsoft.azure.management.servicebus.Queue.createdAt()"
name: "createdAt()"
nameWithType: "Queue.createdAt()"
modifiers:
- "abstract"
syntax: "public abstract DateTime createdAt()"
returns:
description: "the exact time the queue was created"
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.servicebus.Queue.currentSizeInBytes()"
fullName: "com.microsoft.azure.management.servicebus.Queue.currentSizeInBytes()"
name: "currentSizeInBytes()"
nameWithType: "Queue.currentSizeInBytes()"
modifiers:
- "abstract"
syntax: "public abstract long currentSizeInBytes()"
returns:
description: "current size of the queue, in bytes"
type: "<xref href=\"long?alt=long&text=long\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.servicebus.Queue.deadLetterMessageCount()"
fullName: "com.microsoft.azure.management.servicebus.Queue.deadLetterMessageCount()"
name: "deadLetterMessageCount()"
nameWithType: "Queue.deadLetterMessageCount()"
modifiers:
- "abstract"
syntax: "public abstract long deadLetterMessageCount()"
returns:
description: "number of messages in the dead-letter queue"
type: "<xref href=\"long?alt=long&text=long\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.servicebus.Queue.defaultMessageTtlDuration()"
fullName: "com.microsoft.azure.management.servicebus.Queue.defaultMessageTtlDuration()"
name: "defaultMessageTtlDuration()"
nameWithType: "Queue.defaultMessageTtlDuration()"
modifiers:
- "abstract"
syntax: "public abstract Period defaultMessageTtlDuration()"
returns:
description: "the duration after which the message expires, starting from when the message is sent to queue"
type: "<xref href=\"org.joda.time.Period?alt=org.joda.time.Period&text=Period\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.servicebus.Queue.deleteOnIdleDurationInMinutes()"
fullName: "com.microsoft.azure.management.servicebus.Queue.deleteOnIdleDurationInMinutes()"
name: "deleteOnIdleDurationInMinutes()"
nameWithType: "Queue.deleteOnIdleDurationInMinutes()"
modifiers:
- "abstract"
syntax: "public abstract long deleteOnIdleDurationInMinutes()"
returns:
description: "the idle duration after which the queue is automatically deleted"
type: "<xref href=\"long?alt=long&text=long\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.servicebus.Queue.duplicateMessageDetectionHistoryDuration()"
fullName: "com.microsoft.azure.management.servicebus.Queue.duplicateMessageDetectionHistoryDuration()"
name: "duplicateMessageDetectionHistoryDuration()"
nameWithType: "Queue.duplicateMessageDetectionHistoryDuration()"
modifiers:
- "abstract"
syntax: "public abstract Period duplicateMessageDetectionHistoryDuration()"
returns:
description: "the duration of the duplicate detection history"
type: "<xref href=\"org.joda.time.Period?alt=org.joda.time.Period&text=Period\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.servicebus.Queue.isBatchedOperationsEnabled()"
fullName: "com.microsoft.azure.management.servicebus.Queue.isBatchedOperationsEnabled()"
name: "isBatchedOperationsEnabled()"
nameWithType: "Queue.isBatchedOperationsEnabled()"
modifiers:
- "abstract"
syntax: "public abstract boolean isBatchedOperationsEnabled()"
returns:
description: "indicates whether server-side batched operations are enabled"
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.servicebus.Queue.isDeadLetteringEnabledForExpiredMessages()"
fullName: "com.microsoft.azure.management.servicebus.Queue.isDeadLetteringEnabledForExpiredMessages()"
name: "isDeadLetteringEnabledForExpiredMessages()"
nameWithType: "Queue.isDeadLetteringEnabledForExpiredMessages()"
modifiers:
- "abstract"
syntax: "public abstract boolean isDeadLetteringEnabledForExpiredMessages()"
returns:
description: "indicates whether this queue has dead letter support when a message expires"
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.servicebus.Queue.isDuplicateDetectionEnabled()"
fullName: "com.microsoft.azure.management.servicebus.Queue.isDuplicateDetectionEnabled()"
name: "isDuplicateDetectionEnabled()"
nameWithType: "Queue.isDuplicateDetectionEnabled()"
modifiers:
- "abstract"
syntax: "public abstract boolean isDuplicateDetectionEnabled()"
returns:
description: "indicates if this queue requires duplicate detection"
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.servicebus.Queue.isExpressEnabled()"
fullName: "com.microsoft.azure.management.servicebus.Queue.isExpressEnabled()"
name: "isExpressEnabled()"
nameWithType: "Queue.isExpressEnabled()"
modifiers:
- "abstract"
syntax: "public abstract boolean isExpressEnabled()"
returns:
description: "indicates whether express entities are enabled"
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.servicebus.Queue.isPartitioningEnabled()"
fullName: "com.microsoft.azure.management.servicebus.Queue.isPartitioningEnabled()"
name: "isPartitioningEnabled()"
nameWithType: "Queue.isPartitioningEnabled()"
modifiers:
- "abstract"
syntax: "public abstract boolean isPartitioningEnabled()"
returns:
description: "indicates whether the queue is to be partitioned across multiple message brokers"
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.servicebus.Queue.isSessionEnabled()"
fullName: "com.microsoft.azure.management.servicebus.Queue.isSessionEnabled()"
name: "isSessionEnabled()"
nameWithType: "Queue.isSessionEnabled()"
modifiers:
- "abstract"
syntax: "public abstract boolean isSessionEnabled()"
returns:
description: "indicates whether the queue supports sessions"
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.servicebus.Queue.lockDurationInSeconds()"
fullName: "com.microsoft.azure.management.servicebus.Queue.lockDurationInSeconds()"
name: "lockDurationInSeconds()"
nameWithType: "Queue.lockDurationInSeconds()"
modifiers:
- "abstract"
syntax: "public abstract long lockDurationInSeconds()"
returns:
description: "the duration of peek-lock which is the amount of time that the message is locked for other receivers"
type: "<xref href=\"long?alt=long&text=long\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.servicebus.Queue.maxDeliveryCountBeforeDeadLetteringMessage()"
fullName: "com.microsoft.azure.management.servicebus.Queue.maxDeliveryCountBeforeDeadLetteringMessage()"
name: "maxDeliveryCountBeforeDeadLetteringMessage()"
nameWithType: "Queue.maxDeliveryCountBeforeDeadLetteringMessage()"
modifiers:
- "abstract"
syntax: "public abstract int maxDeliveryCountBeforeDeadLetteringMessage()"
returns:
description: "the maximum number of a message delivery before marking it as dead-lettered"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.servicebus.Queue.maxSizeInMB()"
fullName: "com.microsoft.azure.management.servicebus.Queue.maxSizeInMB()"
name: "maxSizeInMB()"
nameWithType: "Queue.maxSizeInMB()"
modifiers:
- "abstract"
syntax: "public abstract long maxSizeInMB()"
returns:
description: "the maximum size of memory allocated for the queue in megabytes"
type: "<xref href=\"long?alt=long&text=long\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.servicebus.Queue.messageCount()"
fullName: "com.microsoft.azure.management.servicebus.Queue.messageCount()"
name: "messageCount()"
nameWithType: "Queue.messageCount()"
modifiers:
- "abstract"
syntax: "public abstract long messageCount()"
returns:
description: "the number of messages in the queue"
type: "<xref href=\"long?alt=long&text=long\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.servicebus.Queue.scheduledMessageCount()"
fullName: "com.microsoft.azure.management.servicebus.Queue.scheduledMessageCount()"
name: "scheduledMessageCount()"
nameWithType: "Queue.scheduledMessageCount()"
modifiers:
- "abstract"
syntax: "public abstract long scheduledMessageCount()"
returns:
description: "number of messages sent to the queue that are yet to be released\n for consumption"
type: "<xref href=\"long?alt=long&text=long\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.servicebus.Queue.status()"
fullName: "com.microsoft.azure.management.servicebus.Queue.status()"
name: "status()"
nameWithType: "Queue.status()"
modifiers:
- "abstract"
syntax: "public abstract EntityStatus status()"
returns:
description: "the current status of the queue"
type: "<xref href=\"com.microsoft.azure.management.servicebus.EntityStatus?alt=com.microsoft.azure.management.servicebus.EntityStatus&text=EntityStatus\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.servicebus.Queue.transferDeadLetterMessageCount()"
fullName: "com.microsoft.azure.management.servicebus.Queue.transferDeadLetterMessageCount()"
name: "transferDeadLetterMessageCount()"
nameWithType: "Queue.transferDeadLetterMessageCount()"
modifiers:
- "abstract"
syntax: "public abstract long transferDeadLetterMessageCount()"
returns:
description: "number of messages transferred into dead letters"
type: "<xref href=\"long?alt=long&text=long\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.servicebus.Queue.transferMessageCount()"
fullName: "com.microsoft.azure.management.servicebus.Queue.transferMessageCount()"
name: "transferMessageCount()"
nameWithType: "Queue.transferMessageCount()"
modifiers:
- "abstract"
syntax: "public abstract long transferMessageCount()"
returns:
description: "number of messages transferred to another queue, topic, or subscription"
type: "<xref href=\"long?alt=long&text=long\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.servicebus.Queue.updatedAt()"
fullName: "com.microsoft.azure.management.servicebus.Queue.updatedAt()"
name: "updatedAt()"
nameWithType: "Queue.updatedAt()"
modifiers:
- "abstract"
syntax: "public abstract DateTime updatedAt()"
returns:
description: "the exact time the queue was updated"
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "Type representing Service Bus queue."
implements:
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.IndependentChildResource?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.IndependentChildResource&text=IndependentChildResource\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.servicebus.implementation.ServiceBusManager?alt=com.microsoft.azure.management.servicebus.implementation.ServiceBusManager&text=ServiceBusManager\" data-throw-if-not-resolved=\"False\" />,<xref href=\"com.microsoft.azure.management.servicebus.implementation.QueueInner?alt=com.microsoft.azure.management.servicebus.implementation.QueueInner&text=QueueInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Refreshable?alt=com.microsoft.azure.management.resources.fluentcore.model.Refreshable&text=Refreshable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.servicebus.Queue?alt=com.microsoft.azure.management.servicebus.Queue&text=Queue\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Updatable?alt=com.microsoft.azure.management.resources.fluentcore.model.Updatable&text=Updatable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.servicebus.Queue.Update?alt=com.microsoft.azure.management.servicebus.Queue.Update&text=Update\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.microsoft.azure.management.servicebus"
artifact: com.microsoft.azure:azure-mgmt-servicebus:1.41.4