Queue.DefinitionStages.WithSession Interface
public static interface Queue.DefinitionStages.WithSession
The stage of the queue definition allowing to enable session support.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withSession()
Specifies that session support should be enabled for the queue. |
Method Details
withSession
public abstract Queue.DefinitionStages.WithCreate withSession()
Specifies that session support should be enabled for the queue.
Returns:
the next stage of queue definition
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java