/// <summary>
 /// Lists the private link resources for a container registry.
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='resourceGroupName'>
 /// The name of the resource group to which the container registry belongs.
 /// </param>
 /// <param name='registryName'>
 /// The name of the container registry.
 /// </param>
 public static IPage <PrivateLinkResource> ListPrivateLinkResources(this IRegistriesOperations operations, string resourceGroupName, string registryName)
 {
     return(operations.ListPrivateLinkResourcesAsync(resourceGroupName, registryName).GetAwaiter().GetResult());
 }