Interface Queue.DefinitionStages.WithPartitioning
-
- All Known Subinterfaces:
Queue.Definition,Queue.DefinitionStages.Blank,Queue.DefinitionStages.WithCreate
- Enclosing interface:
- Queue.DefinitionStages
public static interface Queue.DefinitionStages.WithPartitioningThe stage of the queue definition allowing to specify partitioning behaviour.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Queue.DefinitionStages.WithCreatewithoutPartitioning()Specifies that the default partitioning should be disabled on this queue.Queue.DefinitionStages.WithCreatewithPartitioning()Specifies that partitioning should be enabled on this queue.
-
-
-
Method Detail
-
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
-
-