Interface ServiceBusNamespace.DefinitionStages.WithQueue
-
- All Known Subinterfaces:
ServiceBusNamespace.Definition,ServiceBusNamespace.DefinitionStages.WithCreate
- Enclosing interface:
- ServiceBusNamespace.DefinitionStages
public static interface ServiceBusNamespace.DefinitionStages.WithQueueThe stage of the Service Bus namespace definition allowing to add a new queue in the namespace.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServiceBusNamespace.DefinitionStages.WithCreatewithNewQueue(String name, int maxSizeInMB)Creates a queue entity in the Service Bus namespace.
-
-
-
Method Detail
-
withNewQueue
ServiceBusNamespace.DefinitionStages.WithCreate withNewQueue(String name, int maxSizeInMB)
Creates a queue entity in the Service Bus namespace.- Parameters:
name- queue namemaxSizeInMB- maximum size of memory allocated for the queue entity- Returns:
- next stage of the Service Bus namespace definition
-
-