Interface ServiceBusNamespace.UpdateStages.WithQueue
- All Known Subinterfaces:
ServiceBusNamespace.Update
- Enclosing interface:
- ServiceBusNamespace.UpdateStages
public static interface ServiceBusNamespace.UpdateStages.WithQueue
The stage of the Service Bus namespace update allowing to manage queues in the namespace.
-
Method Summary
Modifier and TypeMethodDescriptionwithNewQueue
(String name, int maxSizeInMB) Creates a queue entity in the Service Bus namespace.withoutQueue
(String name) Removes a queue entity from the Service Bus namespace.
-
Method Details
-
withNewQueue
Creates a queue entity in the Service Bus namespace.- Parameters:
name
- queue namemaxSizeInMB
- maximum size of memory allocated for the queue entity- Returns:
- next stage of the Service Bus namespace update
-
withoutQueue
Removes a queue entity from the Service Bus namespace.- Parameters:
name
- queue name- Returns:
- next stage of the Service Bus namespace update
-