VirtualMachineGetResponse get(String resourceGroupName, String vmName) throws IOException, ServiceException, URISyntaxException;
From VirtualMachineGetResponse, I can get VirtualMachine. Is there any way to get VirtualMachine object by just giving instanceId as above code snippet expects resourceGroupName and instanceName?