Package | Description |
---|---|
com.microsoft.azure.management |
This package contains the Azure rollup client.
|
com.microsoft.azure.management.servicebus |
This package contains the classes for ServiceBusManagementClient.
|
Class and Description |
---|
ServiceBusNamespaces
Entry point to Service Bus namespace API in Azure.
|
Class and Description |
---|
AccessRights
Defines values for AccessRights.
|
AuthorizationKeys
Authorization key and connection string of authorization rule associated with Service Bus entities.
|
AuthorizationRule
Type representing authorization rule.
|
AuthorizationRule.DefinitionStages.WithListen
The stage of the Service Bus authorization rule definition allowing to enable listen policy.
|
AuthorizationRule.DefinitionStages.WithListenOrSendOrManage
The stage of the Service Bus authorization rule definition allowing to enable listen, send or manage policy.
|
AuthorizationRule.DefinitionStages.WithManage
The stage of the Service Bus authorization rule definition allowing to enable manage policy.
|
AuthorizationRule.DefinitionStages.WithSend
The stage of the Service Bus authorization rule definition allowing to enable send policy.
|
AuthorizationRule.DefinitionStages.WithSendOrManage
The stage of the Service Bus authorization rule definition allowing to enable send or manage policy.
|
AuthorizationRule.UpdateStages.WithListen
The stage of the Service Bus authorization rule update allowing to enable listen policy.
|
AuthorizationRule.UpdateStages.WithListenOrSendOrManage
The stage of the Service Bus authorization rule update allowing to enable listen, send or manage policy.
|
AuthorizationRule.UpdateStages.WithManage
The stage of Service Bus authorization rule update allowing to enable manage policy.
|
AuthorizationRule.UpdateStages.WithSend
The stage of the Service Bus authorization rule update allowing to enable send policy.
|
AuthorizationRule.UpdateStages.WithSendOrManage
The stage of the Service Bus authorization rule update allowing to enable send or manage policy.
|
AuthorizationRules
Entry point to authorization rules management API.
|
CheckNameAvailability
Description of a Check Name availability request properties.
|
CheckNameAvailabilityResult
The result of checking for Service Bus namespace name availability.
|
EntityStatus
Defines values for EntityStatus.
|
NamespaceAuthorizationRule.DefinitionStages.Blank
The first stage of namespace authorization rule definition.
|
NamespaceAuthorizationRule.DefinitionStages.WithCreate
The stage of the definition which contains all the minimum required inputs for
the resource to be created (via
Creatable.create() ), but also allows
for any other optional settings to be specified. |
NamespaceAuthorizationRules
Entry point to namespace authorization rules management API.
|
NamespaceSku
Defines values for NamespaceSku.
|
Policykey
Defines values for Policykey.
|
Queue.DefinitionStages.Blank
The first stage of a queue definition.
|
Queue.DefinitionStages.WithAuthorizationRule
The stage of the queue definition allowing to add an authorization rule for accessing
the queue.
|
Queue.DefinitionStages.WithCreate
The stage of the definition which contains all the minimum required inputs for
the resource to be created (via
Creatable.create() ), but also allows
for any other optional settings to be specified. |
Queue.DefinitionStages.WithDefaultMessageTTL
The stage of the queue definition allowing to define default TTL for messages.
|
Queue.DefinitionStages.WithDeleteOnIdle
The stage of the queue definition allowing to define auto delete behaviour.
|
Queue.DefinitionStages.WithDuplicateMessageDetection
The stage of the queue definition allowing to specify duration of the duplicate message
detection history.
|
Queue.DefinitionStages.WithExpiredMessageMovedToDeadLetterQueue
The stage of the queue definition allowing to specify whether expired message can be moved
to secondary dead-letter queue.
|
Queue.DefinitionStages.WithExpressMessage
The stage of the queue definition allowing to mark messages as express messages.
|
Queue.DefinitionStages.WithMessageBatching
The stage of the queue definition allowing specify batching behaviour.
|
Queue.DefinitionStages.WithMessageLockDuration
The stage of the queue definition allowing to define duration for message lock.
|
Queue.DefinitionStages.WithMessageMovedToDeadLetterQueueOnMaxDeliveryCount
The stage of the queue definition allowing to specify maximum delivery count of message before
moving it to dead-letter queue.
|
Queue.DefinitionStages.WithPartitioning
The stage of the queue definition allowing to specify partitioning behaviour.
|
Queue.DefinitionStages.WithSession
The stage of the queue definition allowing to enable session support.
|
Queue.DefinitionStages.WithSize
The stage of the queue definition allowing to specify size.
|
Queue.Update
The template for Service Bus queue update operation, containing all the settings that can be modified.
|
Queue.UpdateStages.WithAuthorizationRule
The stage of the queue definition allowing to add an authorization rule for accessing
the queue.
|
Queue.UpdateStages.WithDefaultMessageTTL
The stage of the queue definition allowing to define default TTL for messages.
|
Queue.UpdateStages.WithDeleteOnIdle
The stage of the queue definition allowing to define auto delete behaviour.
|
Queue.UpdateStages.WithDuplicateMessageDetection
The stage of the queue definition allowing to specify duration of the duplicate message
detection history.
|
Queue.UpdateStages.WithExpiredMessageMovedToDeadLetterQueue
The stage of the queue definition allowing to specify whether expired message can be moved
to secondary dead-letter queue.
|
Queue.UpdateStages.WithExpressMessage
The stage of the queue definition allowing to mark it as either holding regular or express
messages.
|
Queue.UpdateStages.WithMessageBatching
The stage of the queue definition allowing configure message batching behaviour.
|
Queue.UpdateStages.WithMessageLockDuration
The stage of the queue definition allowing to define duration for message lock.
|
Queue.UpdateStages.WithMessageMovedToDeadLetterQueueOnMaxDeliveryCount
The stage of the queue definition allowing to specify maximum delivery count of message before
moving it to dead-letter queue.
|
Queue.UpdateStages.WithSession
The stage of the queue definition allowing to enable session support.
|
Queue.UpdateStages.WithSize
The stage of the queue definition allowing to specify size.
|
QueueAuthorizationRule.DefinitionStages.Blank
The first stage of queue authorization rule definition.
|
QueueAuthorizationRule.DefinitionStages.WithCreate
The stage of the definition which contains all the minimum required inputs for
the resource to be created (via
Creatable.create() ), but also allows
for any other optional settings to be specified. |
QueueAuthorizationRules
Entry point to queue authorization rules management API.
|
Queues
Entry point to service bus queue management API in Azure.
|
RegenerateKeysParameters
Parameters supplied to the Regenerate Authorization Rule operation.
|
ServiceBusNamespace.DefinitionStages.Blank
The first stage of a Service Bus namespace definition.
|
ServiceBusNamespace.DefinitionStages.WithAuthorizationRule
The stage of the Service Bus namespace definition allowing to add an authorization rule for accessing
the namespace.
|
ServiceBusNamespace.DefinitionStages.WithCreate
The stage of the definition which contains all the minimum required inputs for
the resource to be created (via
Creatable.create() ), but also allows
for any other optional settings to be specified. |
ServiceBusNamespace.DefinitionStages.WithGroup
The stage of the Service Bus namespace definition allowing to specify the resource group.
|
ServiceBusNamespace.DefinitionStages.WithQueue
The stage of the Service Bus namespace definition allowing to add a new queue in the namespace.
|
ServiceBusNamespace.DefinitionStages.WithSku
The stage of the Service Bus namespace definition allowing to specify the sku.
|
ServiceBusNamespace.DefinitionStages.WithTopic
The stage of the Service Bus namespace definition allowing to add a new topic in the namespace.
|
ServiceBusNamespace.Update
The template for a Service Bus namespace update operation, containing all the settings that can be modified.
|
ServiceBusNamespace.UpdateStages.WithAuthorizationRule
The stage of the Service Bus namespace update allowing manage authorization rules
for the namespace.
|
ServiceBusNamespace.UpdateStages.WithQueue
The stage of the Service Bus namespace update allowing to manage queues in the namespace.
|
ServiceBusNamespace.UpdateStages.WithSku
The stage of the Service Bus namespace update allowing to change the sku.
|
ServiceBusNamespace.UpdateStages.WithTopic
The stage of the Service Bus namespace update allowing to manage topics in the namespace.
|
ServiceBusSubscription.DefinitionStages.Blank
The first stage of a subscription definition.
|
ServiceBusSubscription.DefinitionStages.WithCreate
The stage of the definition which contains all the minimum required inputs for
the resource to be created (via
Creatable.create() ), but also allows
for any other optional settings to be specified. |
ServiceBusSubscription.DefinitionStages.WithDefaultMessageTTL
The stage of the subscription definition allowing to define default TTL for messages.
|
ServiceBusSubscription.DefinitionStages.WithDeleteOnIdle
The stage of the subscription definition allowing to define auto delete behaviour.
|
ServiceBusSubscription.DefinitionStages.WithExpiredMessageMovedToDeadLetterSubscription
The stage of the subscription definition allowing to specify whether expired message can be moved
to secondary dead-letter subscription.
|
ServiceBusSubscription.DefinitionStages.WithMessageBatching
The stage of the subscription definition allowing specify batching behaviour.
|
ServiceBusSubscription.DefinitionStages.WithMessageLockDuration
The stage of the subscription definition allowing to define duration for message lock.
|
ServiceBusSubscription.DefinitionStages.WithMessageMovedToDeadLetterSubscriptionOnFilterEvaluationException
The stage of the subscription definition allowing to specify whether message those are failed on
filter evaluation can be moved to secondary dead-letter subscription.
|
ServiceBusSubscription.DefinitionStages.WithMessageMovedToDeadLetterSubscriptionOnMaxDeliveryCount
The stage of the subscription definition allowing to specify maximum delivery count of message before
moving it to dead-letter subscription.
|
ServiceBusSubscription.DefinitionStages.WithSession
The stage of the subscription definition allowing to enable session support.
|
ServiceBusSubscription.Update
The template for a subscription update operation, containing all the settings that can be modified.
|
ServiceBusSubscription.UpdateStages.WithDefaultMessageTTL
The stage of the subscription definition allowing to define default TTL for messages.
|
ServiceBusSubscription.UpdateStages.WithDeleteOnIdle
The stage of the subscription definition allowing to define auto delete behaviour.
|
ServiceBusSubscription.UpdateStages.WithExpiredMessageMovedToDeadLetterSubscription
The stage of the subscription update allowing to specify whether expired message can be moved
to secondary dead-letter subscription.
|
ServiceBusSubscription.UpdateStages.WithMessageBatching
The stage of the subscription definition allowing configure message batching behaviour.
|
ServiceBusSubscription.UpdateStages.WithMessageLockDuration
The stage of the subscription definition allowing to define duration for message lock.
|
ServiceBusSubscription.UpdateStages.WithMessageMovedToDeadLetterQueueOnMaxDeliveryCount
The stage of the subscription definition allowing to specify maximum delivery count of message before
moving it to dead-letter queue.
|
ServiceBusSubscription.UpdateStages.WithMessageMovedToDeadLetterSubscriptionOnFilterEvaluationException
The stage of the subscription definition allowing to specify whether message those are failed on
filter evaluation can be moved to secondary dead-letter subscription.
|
ServiceBusSubscription.UpdateStages.WithSession
The stage of the subscription definition allowing to enable session support.
|
ServiceBusSubscriptions
Entry point to service bus queue management API in Azure.
|
Sku
SKU of the namespace.
|
SkuName
Defines values for SkuName.
|
SkuTier
Defines values for SkuTier.
|
Topic.DefinitionStages.Blank
The first stage of a topic definition.
|
Topic.DefinitionStages.WithAuthorizationRule
The stage of the topic definition allowing to add an authorization rule for accessing
the topic.
|
Topic.DefinitionStages.WithCreate
The stage of the definition which contains all the minimum required inputs for
the resource to be created (via
Creatable.create() ), but also allows
for any other optional settings to be specified. |
Topic.DefinitionStages.WithDefaultMessageTTL
The stage of the topic definition allowing to define default TTL for messages.
|
Topic.DefinitionStages.WithDeleteOnIdle
The stage of the topic definition allowing to define auto delete behaviour.
|
Topic.DefinitionStages.WithDuplicateMessageDetection
The stage of the topic definition allowing to specify duration of the duplicate message
detection history.
|
Topic.DefinitionStages.WithExpressMessage
The stage of the topic definition allowing to mark messages as express messages.
|
Topic.DefinitionStages.WithMessageBatching
The stage of the topic definition allowing specify batching behaviour.
|
Topic.DefinitionStages.WithPartitioning
The stage of the topic definition allowing to specify partitioning behaviour.
|
Topic.DefinitionStages.WithSize
The stage of the topic definition allowing to specify size.
|
Topic.DefinitionStages.WithSubscription
The stage of the Service Bus namespace update allowing to manage subscriptions for the topic.
|
Topic.Update
The template for a Service Bus topic update operation, containing all the settings that can be modified.
|
Topic.UpdateStages.WithAuthorizationRule
The stage of the topic definition allowing to add an authorization rule for accessing
the topic.
|
Topic.UpdateStages.WithDefaultMessageTTL
The stage of the topic definition allowing to define default TTL for messages.
|
Topic.UpdateStages.WithDeleteOnIdle
The stage of the topic definition allowing to define auto delete behaviour.
|
Topic.UpdateStages.WithDuplicateMessageDetection
The stage of the topic definition allowing to specify duration of the duplicate message
detection history.
|
Topic.UpdateStages.WithExpressMessage
The stage of the topic definition allowing to mark it as either holding regular or express
messages.
|
Topic.UpdateStages.WithMessageBatching
The stage of the topic definition allowing configure message batching behaviour.
|
Topic.UpdateStages.WithSize
The stage of the topic definition allowing to specify size.
|
Topic.UpdateStages.WithSubscription
The stage of the Service Bus namespace update allowing to manage subscriptions for the topic.
|
TopicAuthorizationRule.DefinitionStages.Blank
The first stage of topic authorization rule definition.
|
TopicAuthorizationRule.DefinitionStages.WithCreate
The stage of the definition which contains all the minimum required inputs for
the resource to be created (via
Creatable.create() ), but also allows
for any other optional settings to be specified. |
TopicAuthorizationRules
Entry point to topic authorization rules management API.
|
Topics
Entry point to Service Bus topic management API in Azure.
|
UnavailableReason
Defines values for UnavailableReason.
|
Copyright © 2019. All rights reserved.