Uses of Class
org.jclouds.azurecompute.arm.domain.StorageProfile.Builder
-
Packages that use StorageProfile.Builder Package Description org.jclouds.azurecompute.arm.domain -
-
Uses of StorageProfile.Builder in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return StorageProfile.Builder Modifier and Type Method Description static StorageProfile.Builder
StorageProfile. builder()
abstract StorageProfile.Builder
StorageProfile.Builder. dataDisks(List<DataDisk> dataDisks)
abstract StorageProfile.Builder
StorageProfile.Builder. imageReference(ImageReference imageReference)
abstract StorageProfile.Builder
StorageProfile.Builder. osDisk(OSDisk osDisk)
abstract StorageProfile.Builder
StorageProfile. toBuilder()
-