Example #1
0
 /// <summary>
 /// Get details of all child runs.
 /// </summary>
 /// <remarks>
 /// Get details of all child runs for the specified Run Id with the specified
 /// filters.
 /// </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 <Run> GetChildNext(this IRunsOperations operations, string nextPageLink)
 {
     return(operations.GetChildNextAsync(nextPageLink).GetAwaiter().GetResult());
 }