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

198 строки
14 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.servicebus.ServiceBusSubscription"
fullName: "com.microsoft.azure.management.servicebus.ServiceBusSubscription"
name: "ServiceBusSubscription"
nameWithType: "ServiceBusSubscription"
summary: "Type representing service bus topic subscription."
syntax: "public interface **ServiceBusSubscription**</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.SubscriptionInner?alt=com.microsoft.azure.management.servicebus.implementation.SubscriptionInner&text=SubscriptionInner\" 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.ServiceBusSubscription?alt=com.microsoft.azure.management.servicebus.ServiceBusSubscription&text=ServiceBusSubscription\" 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.ServiceBusSubscription.Update?alt=com.microsoft.azure.management.servicebus.ServiceBusSubscription.Update&text=Update\" data-throw-if-not-resolved=\"False\" />&gt;"
methods:
- uid: "com.microsoft.azure.management.servicebus.ServiceBusSubscription.accessedAt()"
fullName: "com.microsoft.azure.management.servicebus.ServiceBusSubscription.accessedAt()"
name: "accessedAt()"
nameWithType: "ServiceBusSubscription.accessedAt()"
modifiers:
- "abstract"
syntax: "public abstract DateTime accessedAt()"
returns:
description: "last time there was a receive request to this subscription"
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.ServiceBusSubscription.activeMessageCount()"
fullName: "com.microsoft.azure.management.servicebus.ServiceBusSubscription.activeMessageCount()"
name: "activeMessageCount()"
nameWithType: "ServiceBusSubscription.activeMessageCount()"
modifiers:
- "abstract"
syntax: "public abstract long activeMessageCount()"
returns:
description: "number of active messages in the subscription"
type: "<xref href=\"long?alt=long&text=long\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.servicebus.ServiceBusSubscription.createdAt()"
fullName: "com.microsoft.azure.management.servicebus.ServiceBusSubscription.createdAt()"
name: "createdAt()"
nameWithType: "ServiceBusSubscription.createdAt()"
modifiers:
- "abstract"
syntax: "public abstract DateTime createdAt()"
returns:
description: "the exact time the message 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.ServiceBusSubscription.deadLetterMessageCount()"
fullName: "com.microsoft.azure.management.servicebus.ServiceBusSubscription.deadLetterMessageCount()"
name: "deadLetterMessageCount()"
nameWithType: "ServiceBusSubscription.deadLetterMessageCount()"
modifiers:
- "abstract"
syntax: "public abstract long deadLetterMessageCount()"
returns:
description: "number of messages in the dead-letter subscription"
type: "<xref href=\"long?alt=long&text=long\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.servicebus.ServiceBusSubscription.defaultMessageTtlDuration()"
fullName: "com.microsoft.azure.management.servicebus.ServiceBusSubscription.defaultMessageTtlDuration()"
name: "defaultMessageTtlDuration()"
nameWithType: "ServiceBusSubscription.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 subscription."
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.ServiceBusSubscription.deleteOnIdleDurationInMinutes()"
fullName: "com.microsoft.azure.management.servicebus.ServiceBusSubscription.deleteOnIdleDurationInMinutes()"
name: "deleteOnIdleDurationInMinutes()"
nameWithType: "ServiceBusSubscription.deleteOnIdleDurationInMinutes()"
modifiers:
- "abstract"
syntax: "public abstract long deleteOnIdleDurationInMinutes()"
returns:
description: "the idle duration after which the subscription is automatically deleted."
type: "<xref href=\"long?alt=long&text=long\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.servicebus.ServiceBusSubscription.isBatchedOperationsEnabled()"
fullName: "com.microsoft.azure.management.servicebus.ServiceBusSubscription.isBatchedOperationsEnabled()"
name: "isBatchedOperationsEnabled()"
nameWithType: "ServiceBusSubscription.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.ServiceBusSubscription.isDeadLetteringEnabledForExpiredMessages()"
fullName: "com.microsoft.azure.management.servicebus.ServiceBusSubscription.isDeadLetteringEnabledForExpiredMessages()"
name: "isDeadLetteringEnabledForExpiredMessages()"
nameWithType: "ServiceBusSubscription.isDeadLetteringEnabledForExpiredMessages()"
modifiers:
- "abstract"
syntax: "public abstract boolean isDeadLetteringEnabledForExpiredMessages()"
returns:
description: "indicates whether this subscription 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.ServiceBusSubscription.isDeadLetteringEnabledForFilterEvaluationFailedMessages()"
fullName: "com.microsoft.azure.management.servicebus.ServiceBusSubscription.isDeadLetteringEnabledForFilterEvaluationFailedMessages()"
name: "isDeadLetteringEnabledForFilterEvaluationFailedMessages()"
nameWithType: "ServiceBusSubscription.isDeadLetteringEnabledForFilterEvaluationFailedMessages()"
modifiers:
- "abstract"
syntax: "public abstract boolean isDeadLetteringEnabledForFilterEvaluationFailedMessages()"
returns:
description: "indicates whether subscription has dead letter support on filter evaluation exceptions"
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.servicebus.ServiceBusSubscription.isSessionEnabled()"
fullName: "com.microsoft.azure.management.servicebus.ServiceBusSubscription.isSessionEnabled()"
name: "isSessionEnabled()"
nameWithType: "ServiceBusSubscription.isSessionEnabled()"
modifiers:
- "abstract"
syntax: "public abstract boolean isSessionEnabled()"
returns:
description: "indicates whether the subscription supports sessions"
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.servicebus.ServiceBusSubscription.lockDurationInSeconds()"
fullName: "com.microsoft.azure.management.servicebus.ServiceBusSubscription.lockDurationInSeconds()"
name: "lockDurationInSeconds()"
nameWithType: "ServiceBusSubscription.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.ServiceBusSubscription.maxDeliveryCountBeforeDeadLetteringMessage()"
fullName: "com.microsoft.azure.management.servicebus.ServiceBusSubscription.maxDeliveryCountBeforeDeadLetteringMessage()"
name: "maxDeliveryCountBeforeDeadLetteringMessage()"
nameWithType: "ServiceBusSubscription.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.ServiceBusSubscription.messageCount()"
fullName: "com.microsoft.azure.management.servicebus.ServiceBusSubscription.messageCount()"
name: "messageCount()"
nameWithType: "ServiceBusSubscription.messageCount()"
modifiers:
- "abstract"
syntax: "public abstract long messageCount()"
returns:
description: "the number of messages in the subscription"
type: "<xref href=\"long?alt=long&text=long\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.servicebus.ServiceBusSubscription.scheduledMessageCount()"
fullName: "com.microsoft.azure.management.servicebus.ServiceBusSubscription.scheduledMessageCount()"
name: "scheduledMessageCount()"
nameWithType: "ServiceBusSubscription.scheduledMessageCount()"
modifiers:
- "abstract"
syntax: "public abstract long scheduledMessageCount()"
returns:
description: "number of messages sent to the subscription 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.ServiceBusSubscription.status()"
fullName: "com.microsoft.azure.management.servicebus.ServiceBusSubscription.status()"
name: "status()"
nameWithType: "ServiceBusSubscription.status()"
modifiers:
- "abstract"
syntax: "public abstract EntityStatus status()"
returns:
description: "the current status of the subscription"
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.ServiceBusSubscription.transferDeadLetterMessageCount()"
fullName: "com.microsoft.azure.management.servicebus.ServiceBusSubscription.transferDeadLetterMessageCount()"
name: "transferDeadLetterMessageCount()"
nameWithType: "ServiceBusSubscription.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.ServiceBusSubscription.transferMessageCount()"
fullName: "com.microsoft.azure.management.servicebus.ServiceBusSubscription.transferMessageCount()"
name: "transferMessageCount()"
nameWithType: "ServiceBusSubscription.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.ServiceBusSubscription.updatedAt()"
fullName: "com.microsoft.azure.management.servicebus.ServiceBusSubscription.updatedAt()"
name: "updatedAt()"
nameWithType: "ServiceBusSubscription.updatedAt()"
modifiers:
- "abstract"
syntax: "public abstract DateTime updatedAt()"
returns:
description: "the exact time the message 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 topic subscription."
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.SubscriptionInner?alt=com.microsoft.azure.management.servicebus.implementation.SubscriptionInner&text=SubscriptionInner\" 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.ServiceBusSubscription?alt=com.microsoft.azure.management.servicebus.ServiceBusSubscription&text=ServiceBusSubscription\" 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.ServiceBusSubscription.Update?alt=com.microsoft.azure.management.servicebus.ServiceBusSubscription.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