/// <summary>
 /// List all Azure resources associated to the same Datadog organization as the
 /// target resource.
 /// </summary>
 /// <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 <LinkedResource> ListLinkedResourcesNext(this IMonitorsOperations operations, string nextPageLink)
 {
     return(operations.ListLinkedResourcesNextAsync(nextPageLink).GetAwaiter().GetResult());
 }