Esempio n. 1
0
 /// <summary>
 /// List private link resources under specific topic, domain, or partner
 /// namespace.
 /// </summary>
 /// <remarks>
 /// List all the private link resources under a topic, domain, or partner
 /// namespace.
 /// </remarks>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='nextPageLink'>
 /// The NextLink from the previous successful call to List operation.
 /// </param>
 public static IPage <PrivateLinkResource> ListByResourceNext(this IPrivateLinkResourcesOperations operations, string nextPageLink)
 {
     return(operations.ListByResourceNextAsync(nextPageLink).GetAwaiter().GetResult());
 }