ServiceBusNamespace.UpdateStages.WithQueue Interface
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 Type | Method and Description |
---|---|
abstract Update |
withNewQueue(String name, int maxSizeInMB)
Creates a queue entity in the Service Bus namespace. |
abstract Update |
withoutQueue(String name)
Removes a queue entity from the Service Bus namespace. |
Method Details
withNewQueue
public abstract ServiceBusNamespace.Update withNewQueue(String name, int maxSizeInMB)
Creates a queue entity in the Service Bus namespace.
Parameters:
Returns:
withoutQueue
public abstract ServiceBusNamespace.Update withoutQueue(String name)
Removes a queue entity from the Service Bus namespace.
Parameters:
Returns:
Applies to
Azure SDK for Java