> +    * in Windows Azure. If you specify the path to an image with this 
> element, an associated VHD is created and
> +    * you must use the MediaLink element to specify the location in storage 
> where the VHD will be located.
> +    * If this element is used, SourceImageName is not used.
> +    * <p/>
> +    * The RemoteSourceImageLink element is only available using version 
> 2014-05-01 or higher.
> +    */
> +   @Nullable public abstract URI remoteSourceImageLink();
> +
> +   /**
> +    * This property identifies the type of the storage account for the 
> backing VHD.
> +    * If the backing VHD is in an Provisioned Storage account, “Provisioned” 
> is returned otherwise “Standard”
> +    * is returned.
> +    * <p/>
> +    * This property is only returned with a version header of 2014-10-01 or 
> newer
> +    */
> +   @Nullable public abstract String IOType();

This property is not documented at

Instead there is a missing `ResizedSizeInGB`
When an OS Image or a RemoteSourceImage is used to create an OSVirtualHardDisk, 
this parameter can be used to resize the new OSVirtualHardDisk to a larger 
size. ResizedSizeInGB must be larger than the underlying OS Image’s 
LogicalSizeInGB. The ResizedSizeInGB element is only available using version 
2014-10-01 or higher.

Can you add it?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/125/files#r23231962

Reply via email to