Uses of Class
org.jclouds.azurecompute.arm.domain.StorageProfile
Packages that use StorageProfile
Package
Description
-
Uses of StorageProfile in org.jclouds.azurecompute.arm.compute.functions
Methods in org.jclouds.azurecompute.arm.compute.functions with parameters of type StorageProfileModifier and TypeMethodDescriptionprotected 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 StorageProfileModifier and TypeMethodDescriptionStorageProfile.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 StorageProfileModifier and TypeMethodDescriptionstatic 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) 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) VirtualMachineScaleSetVirtualMachineProfile.Builder.storageProfile
(StorageProfile storageProfile)