Interface Queue.DefinitionStages.WithPartitioning
- All Known Subinterfaces:
Queue.Definition
,Queue.DefinitionStages.Blank
,Queue.DefinitionStages.WithCreate
- Enclosing interface:
- Queue.DefinitionStages
public static interface Queue.DefinitionStages.WithPartitioning
The stage of the queue definition allowing to specify partitioning behaviour.
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies that the default partitioning should be disabled on this queue.Specifies that partitioning should be enabled on this queue.
-
Method Details
-
withPartitioning
Queue.DefinitionStages.WithCreate withPartitioning()Specifies that partitioning should be enabled on this queue.- Returns:
- the next stage of queue definition
-
withoutPartitioning
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:
- the next stage of queue definition
-