I am trying to get the effective routes for Azure Virtual Hub via the Java sdk.
I have tried the getVirtualHubEffectiveRoutes
method, but the return value is void
Also all the other methods return void, or Mono<Void>
.
So does anyone knows how can I get these?