How to get sql data bases instances in azure using java api

75 views Asked by At

I'm working with Azure Java API in Eclipse. In my program, I get the Azure credentials from the user. In this way I can use for example the Blob storage service using the Java API for Azure. But my problem is when I want to manage the data bases deployed in Azure SQL service. My question is if I can list the data bases that the user have created in his Azure account using the Java API and the Azure credentials.

0

There are 0 answers