Uses of Class
org.jclouds.azurecompute.arm.domain.Version.VersionProperties
-
Packages that use Version.VersionProperties Package Description org.jclouds.azurecompute.arm.domain -
-
Uses of Version.VersionProperties in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return Version.VersionProperties Modifier and Type Method Description static Version.VersionPropertiesVersion.VersionProperties. create(Plan plan, Version.VersionProperties.OSDiskImage osDiskImage)abstract Version.VersionPropertiesVersion. properties()The plan for the Version if this image is from the marketplace.abstract Version.VersionPropertiesVMImage. versionProperties()Extended version properties.Methods in org.jclouds.azurecompute.arm.domain with parameters of type Version.VersionProperties Modifier and Type Method Description static VersionVersion. create(String location, String name, String id, Version.VersionProperties properties)abstract VMImage.BuilderVMImage.Builder. versionProperties(Version.VersionProperties versionProperties)
-