Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Windows Azure VM instances. Control by Java

Tags:

java

azure

Is there in azure-sdk-for-java methods for VM remote control (start, stop)? I can control storages and containers using this SDK. But VM instances maintaining is enabled only from deployed application on VM (RoleEnvironment class).

In that case only REST API can be used to remote control VM instances. Am I right?

like image 800
Sergey Granev Avatar asked Jul 30 '26 22:07

Sergey Granev


1 Answers

You are correct - according to the Azure javadocs, there is nothing outside of the REST API at this time. I'd expect the java-SDK to eventually support a managed wrapper, but there isn't one today.

like image 159
SliverNinja - MSFT Avatar answered Aug 02 '26 11:08

SliverNinja - MSFT



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!