ServiceBusNamespace.UpdateStages.WithQueue Interface
public interface WithQueue
The stage of the Service Bus namespace update allowing to manage queues in the namespace.
Method Summary
Modifier and Type | Method and Description |
---|---|
Service |
withNewQueue(String name, int maxSizeInMB)
Creates a queue entity in the Service Bus namespace. |
Service |
withoutQueue(String name)
Removes a queue entity from the Service Bus namespace. |
Method Details
withNewQueue
public Update withNewQueue(String name, int maxSizeInMB)
Creates a queue entity in the Service Bus namespace.
Parameters:
name
- queue name
maxSizeInMB
- maximum size of memory allocated for the queue entity
Returns:
next stage of the Service Bus namespace update
withoutQueue
public Update withoutQueue(String name)
Removes a queue entity from the Service Bus namespace.
Parameters:
name
- queue name
Returns:
next stage of the Service Bus namespace update
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java