SBSubscriptionListResult Class

The response to the List Subscriptions operation.

Inheritance
SBSubscriptionListResult

Constructor

SBSubscriptionListResult(*, value: Optional[List[azure.mgmt.servicebus.v2021_06_01_preview.models._models_py3.SBSubscription]] = None, next_link: Optional[str] = None, **kwargs)

Parameters

value
list[SBSubscription]
Required

Result of the List Subscriptions operation.

next_link
str
Required

Link to the next set of results. Not empty if Value contains incomplete list of subscriptions.