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