Queue.UpdateStages.WithSession Interface
public static interface Queue.UpdateStages.WithSession
The stage of the queue definition allowing to enable session support.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract Update |
withSession()
Specifies that session support should be enabled for the queue. |
abstract Update |
withoutSession()
Specifies that session support should be disabled for the queue. |
Method Details
withSession
public abstract Queue.Update withSession()
Specifies that session support should be enabled for the queue.
Returns:
the next stage of queue update
withoutSession
public abstract Queue.Update withoutSession()
Specifies that session support should be disabled for the queue.
Returns:
the next stage of queue update
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Java