How to replicate Gallery Image Version to another region using Java SDK

Tomasz Lisowski 1 Reputation point
2020-05-26T11:03:25.047+00:00

I have created Image Gallery, Image and a set of Image Versions in Azure Compute. Now I would like to replicate my image versions to another regions. I would like to do it using Java SDK. Documentation says I can do it using following patch request, but how can I invoke this using Java SDK? https://learn.microsoft.com/en-us/rest/api/compute/galleryimageversions/update

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
8,727 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Vahid Ghafarpour 23,125 Reputation points
    2023-08-27T05:59:19.8+00:00

    To replicate your image versions to another region in Azure using the Java SDK, you'll need to use the Azure SDK for Java. This SDK provides libraries and classes to interact with various Azure services, including Compute.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.