Open rajdeeprath opened 6 years ago
Apologies but i cant get the code formatting to work properly. Also most searches on deleteAsync on resource group or vm sends me to a 404 page.,
Sorry, but the example is not very clear on this. I even tried this: https://github.com/Azure/azure-sdk-for-java/wiki/Asynchronous-calls , but got no good result. If i don't pass a ServiceCall
object or a Completable
then the operation is not performed at all.
If you run the above code, neither
System.out.println("here");
norlogger.info("Waiting for operation completion...");
gets executed until the resource group has been deleted completed. Then how is this asynchronous in any way?