PrivateLinkResourceListResult Class    
The result of a request to list private link resources for a container registry.
Constructor
PrivateLinkResourceListResult(*, value: List[_models.PrivateLinkResource] | None = None, next_link: str | None = None, **kwargs: Any)Keyword-Only Parameters
| Name | Description | 
|---|---|
| value | The list of private link resources. Since this list may be incomplete, the nextLink field should be used to request the next list of private link resources. Default value: None | 
| next_link | The URI that can be used to request the next list of private link resources. Default value: None | 
Variables
| Name | Description | 
|---|---|
| value | The list of private link resources. Since this list may be incomplete, the nextLink field should be used to request the next list of private link resources. | 
| next_link | The URI that can be used to request the next list of private link resources. |