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 name/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/