PrivateLinkResourcesListResult Class

Result of the List private link resources operation.

Inheritance
PrivateLinkResourcesListResult

Constructor

PrivateLinkResourcesListResult(*, value: Optional[List[azure.mgmt.eventgrid.models._models_py3.PrivateLinkResource]] = None, next_link: Optional[str] = None, **kwargs)

Variables

value
list[PrivateLinkResource]

A collection of private link resources.

next_link
str

A link for the next page of private link resources.