ServiceBusNamespace.DefinitionStages.WithQueue Interface
public static interface ServiceBusNamespace.DefinitionStages.WithQueue
The stage of the Service Bus namespace definition allowing to add a new queue in the namespace.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withNewQueue(String name, int maxSizeInMB)
Creates a queue entity in the Service Bus namespace. |
Method Details
withNewQueue
public abstract ServiceBusNamespace.DefinitionStages.WithCreate withNewQueue(String name, int maxSizeInMB)
Creates a queue entity in the Service Bus namespace.
Parameters:
name
- queue name
maxSizeInMB
- maximum size of memory allocated for the queue entity
Returns:
next stage of the Service Bus namespace definition
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Java