Пример #1
0
 /// <summary>
 /// Gets information about the detectors available for a given Batch account.
 /// </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 <DetectorResponse> ListDetectorsNext(this IBatchAccountOperations operations, string nextPageLink)
 {
     return(operations.ListDetectorsNextAsync(nextPageLink).GetAwaiter().GetResult());
 }