Uses of Class
org.jclouds.azurecompute.arm.domain.StorageProfile
- 
Packages that use StorageProfile Package Description org.jclouds.azurecompute.arm.compute.functions org.jclouds.azurecompute.arm.domain  - 
- 
Uses of StorageProfile in org.jclouds.azurecompute.arm.compute.functions
Methods in org.jclouds.azurecompute.arm.compute.functions with parameters of type StorageProfile Modifier and Type Method Description protected com.google.common.base.Optional<? extends Image>VirtualMachineToNodeMetadata. findImage(StorageProfile storageProfile, String locatioName) - 
Uses of StorageProfile in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return StorageProfile Modifier and Type Method Description StorageProfileStorageProfile.Builder. build()static StorageProfileStorageProfile. create(ImageReference imageReference, OSDisk osDisk, List<DataDisk> dataDisks)abstract StorageProfileImageProperties. storageProfile()abstract StorageProfileVirtualMachineProperties. storageProfile()The Storage Profile of the virtual machine .abstract StorageProfileVirtualMachineScaleSetVirtualMachineProfile. storageProfile()The storage profile of the Virtual Machine Scale Set Virtual Machine Profile.Methods in org.jclouds.azurecompute.arm.domain with parameters of type StorageProfile Modifier and Type Method Description static ImagePropertiesImageProperties. create(IdReference sourceVirtualMachine, StorageProfile storageProfile, String provisioningState)static VirtualMachinePropertiesVirtualMachineProperties. create(String vmId, String licenseType, IdReference availabilitySet, HardwareProfile hardwareProfile, StorageProfile storageProfile, OSProfile osProfile, NetworkProfile networkProfile, DiagnosticsProfile diagnosticsProfile, VirtualMachineProperties.ProvisioningState provisioningState)static VirtualMachineScaleSetVirtualMachineProfileVirtualMachineScaleSetVirtualMachineProfile. create(StorageProfile storageProfile, VirtualMachineScaleSetOSProfile osProfile, VirtualMachineScaleSetNetworkProfile networkProfile, ExtensionProfile extensionProfile)abstract ImageProperties.BuilderImageProperties.Builder. storageProfile(StorageProfile storageProfile)abstract VirtualMachineProperties.BuilderVirtualMachineProperties.Builder. storageProfile(StorageProfile storageProfile)abstract VirtualMachineScaleSetVirtualMachineProfile.BuilderVirtualMachineScaleSetVirtualMachineProfile.Builder. storageProfile(StorageProfile storageProfile) 
 -