Example #1
0
 /// <summary>
 /// Retrieves a list of pipeline topologies.
 /// </summary>
 /// <remarks>
 /// Retrieves a list of pipeline topologies that have been added to the
 /// account, if any, along with their JSON representation.
 /// </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 <PipelineTopology> ListNext(this IPipelineTopologiesOperations operations, string nextPageLink)
 {
     return(operations.ListNextAsync(nextPageLink).GetAwaiter().GetResult());
 }