Queue.DefinitionStages.WithPartitioning Interface
public static interface Queue.DefinitionStages.WithPartitioning
The stage of the queue definition allowing to specify partitioning behaviour.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withPartitioning()
Specifies that partitioning should be enabled on this queue. |
abstract
With |
withoutPartitioning()
Specifies that the default partitioning should be disabled on this queue. |
Method Details
withPartitioning
public abstract Queue.DefinitionStages.WithCreate withPartitioning()
Specifies that partitioning should be enabled on this queue.
Returns:
withoutPartitioning
public abstract Queue.DefinitionStages.WithCreate withoutPartitioning()
Specifies that the default partitioning should be disabled on this queue. Note: if the parent Service Bus is Premium SKU then partition cannot be disabled
Returns:
Applies to
Azure SDK for Java