ちょっとハマったのでメモ。
CLLocationManager * locationManager = [[CLLocationManager alloc] init];
NSSet *allBeaconRegions =[locationManager rangedRegions];
NSLog(@"[beaacon] 監視中のビーコン一覧 : %@", allBeaconRegions);
NSSet *allLocationRegions =[locationManager monitoredRegions];
NSLog(@"[location] 監視中のロケーション一覧 : %@", allLocationRegions);