public static interface ServiceBusNamespace.UpdateStages.WithQueue
| Modifier and Type | Method and Description |
|---|---|
ServiceBusNamespace.Update |
withNewQueue(String name,
int maxSizeInMB)
Creates a queue entity in the Service Bus namespace.
|
ServiceBusNamespace.Update |
withoutQueue(String name)
Removes a queue entity from the Service Bus namespace.
|
ServiceBusNamespace.Update withNewQueue(String name, int maxSizeInMB)
name - queue namemaxSizeInMB - maximum size of memory allocated for the queue entityServiceBusNamespace.Update withoutQueue(String name)
name - queue nameCopyright © 2019. All rights reserved.