LinkedSubscriptionsList Class

List of linked subscriptions with paging support.

Constructor

LinkedSubscriptionsList(*, next_link: str | None = None, value: list['_models.LinkedSubscription'] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
next_link
str

URI to the next page.

Default value: None
value

List of Linked Subscriptions.

Default value: None

Variables

Name Description
next_link
str

URI to the next page.

value

List of Linked Subscriptions.