Uses of Interface
com.microsoft.azure.management.servicebus.ServiceBusNamespace.Update
Package
Description
This package contains the classes for ServiceBusManagementClient.
-
Uses of ServiceBusNamespace.Update in com.microsoft.azure.management.servicebus
Modifier and TypeMethodDescriptionServiceBusNamespace.UpdateStages.WithAuthorizationRule.withNewListenRule
(String name) Creates a listen authorization rule for the Service Bus namespace.ServiceBusNamespace.UpdateStages.WithAuthorizationRule.withNewManageRule
(String name) Creates a manage authorization rule for the Service Bus namespace.ServiceBusNamespace.UpdateStages.WithQueue.withNewQueue
(String name, int maxSizeInMB) Creates a queue entity in the Service Bus namespace.ServiceBusNamespace.UpdateStages.WithAuthorizationRule.withNewSendRule
(String name) Creates a send authorization rule for the Service Bus namespace.ServiceBusNamespace.UpdateStages.WithTopic.withNewTopic
(String name, int maxSizeInMB) Creates a topic entity in the Service Bus namespace.ServiceBusNamespace.UpdateStages.WithAuthorizationRule.withoutAuthorizationRule
(String name) Removes an authorization rule from the Service Bus namespace.ServiceBusNamespace.UpdateStages.WithQueue.withoutQueue
(String name) Removes a queue entity from the Service Bus namespace.ServiceBusNamespace.UpdateStages.WithTopic.withoutTopic
(String name) Removes a topic entity from the Service Bus namespace.ServiceBusNamespace.UpdateStages.WithSku.withSku
(NamespaceSku namespaceSku) Specifies the namespace sku.