SharedPrivateLinkResourceListResult Class

Response containing a list of Shared Private Link Resources.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
SharedPrivateLinkResourceListResult

Constructor

SharedPrivateLinkResourceListResult(*, next_link: Optional[str] = None, **kwargs)

Parameters

next_link
str
Required

The URL to get the next set of shared private link resources, if there are any.

Variables

value
list[SharedPrivateLinkResource]

The list of Shared Private Link Resources.