ListPrivateLinkResourcesResult Class

Values returned by the List operation.

Inheritance
ListPrivateLinkResourcesResult

Constructor

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

Variables

value
list[PrivateLinkResource]

The collection of returned private link resources.

next_link
str

The continuation token.