ServiceBusSubscription.UpdateStages.WithSession Interface
public interface WithSession
The stage of the subscription definition allowing to enable session support.
Method Summary
Modifier and Type | Method and Description |
---|---|
Service |
withoutSession()
Specifies that session support should be disabled for the subscription. |
Service |
withSession()
Specifies that session support should be enabled for the subscription. |
Method Details
withoutSession
public Update withoutSession()
Specifies that session support should be disabled for the subscription.
Returns:
the next stage of subscription update
withSession
public Update withSession()
Specifies that session support should be enabled for the subscription.
Returns:
the next stage of subscription update
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