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 StorageProfile
StorageProfile.Builder. build()
static StorageProfile
StorageProfile. create(ImageReference imageReference, OSDisk osDisk, List<DataDisk> dataDisks)
abstract StorageProfile
ImageProperties. storageProfile()
abstract StorageProfile
VirtualMachineProperties. storageProfile()
The Storage Profile of the virtual machine .abstract StorageProfile
VirtualMachineScaleSetVirtualMachineProfile. 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 ImageProperties
ImageProperties. create(IdReference sourceVirtualMachine, StorageProfile storageProfile, String provisioningState)
static VirtualMachineProperties
VirtualMachineProperties. create(String vmId, String licenseType, IdReference availabilitySet, HardwareProfile hardwareProfile, StorageProfile storageProfile, OSProfile osProfile, NetworkProfile networkProfile, DiagnosticsProfile diagnosticsProfile, VirtualMachineProperties.ProvisioningState provisioningState)
static VirtualMachineScaleSetVirtualMachineProfile
VirtualMachineScaleSetVirtualMachineProfile. create(StorageProfile storageProfile, VirtualMachineScaleSetOSProfile osProfile, VirtualMachineScaleSetNetworkProfile networkProfile, ExtensionProfile extensionProfile)
abstract ImageProperties.Builder
ImageProperties.Builder. storageProfile(StorageProfile storageProfile)
abstract VirtualMachineProperties.Builder
VirtualMachineProperties.Builder. storageProfile(StorageProfile storageProfile)
abstract VirtualMachineScaleSetVirtualMachineProfile.Builder
VirtualMachineScaleSetVirtualMachineProfile.Builder. storageProfile(StorageProfile storageProfile)
-