public static interface Queue.DefinitionStages.WithPartitioning
| Modifier and Type | Method and Description |
|---|---|
Queue.DefinitionStages.WithCreate |
withoutPartitioning()
Specifies that the default partitioning should be disabled on this queue.
|
Queue.DefinitionStages.WithCreate |
withPartitioning()
Specifies that partitioning should be enabled on this queue.
|
Queue.DefinitionStages.WithCreate withPartitioning()
Queue.DefinitionStages.WithCreate withoutPartitioning()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/