Questions tagged [azure-java-sdk]

Windows Azure Java SDK provides quick integration support for Java platform with Microsoft's Azure services.

Microsoft has provided the artifact microsoft-windowsazure-api for Java developers wanting to integrate with Azure using a managed Java library instead of coding around the Azure REST API. The Azure Java SDK supports Maven on Windows, Linux, and Mac.

216 questions
0
votes
1 answer

Retrieve List of networks for a subscription in windows azure with azure java sdk

How to Retrieve List of networks for a subscription in windows azure with azure sdk?
0
votes
2 answers

Windows Azure java sdk 0.4.6, CloudTableClient missing GetTableReference function

When i use the following to create a table in azure ( java ) CloudStorageAccount storageAccount = CloudStorageAccount.parse(storageConnectionString); CloudTableClient tableClient = storageAccount.createCloudTableClient(); CloudTable table =…
Bas van Rossum
  • 457
  • 5
  • 12
0
votes
1 answer

Azure Table query continuation token with Java SDK

I am writing the logic for pagination with Azure Java SDK. The obvious thought would be to store the last retrieved row's RowKey and use that in query next time. However for queries that go across partitions, I need to retrieve the…
rjha94
  • 4,012
  • 3
  • 27
  • 36
-1
votes
0 answers

Programmatically generating Azure Container Registry tokens & scope maps: REST API documentation / SDK available? (without using az cli token ...)

We are currently developing a cloud solution that requires us to programmatically generate Azure Container Registry (ACR) tokens and/or scope maps, without using the az cli (az acr token create ...). Since the feature is still in Preview, there is…
-1
votes
1 answer

Create Azure AD application in customer Tenant

I have to create an application and service principal in the customer tenant using the partner tenant's app credentials as partner tenant is also an admin for all its customers. This should be done through with no user intervention. Is it possible…
-3
votes
2 answers

C# to Java using the SAME Azure SDK, just different languages

I've been trying to convert this statement from C# to JAVA, without much luck. Yes I've search Azure, stackoverflow, and such, but can't find a good example of READDOCUMENT in java. UserInfo response =…
codeputer
  • 1,854
  • 2
  • 18
  • 43
1 2 3
14
15