Uses of Class
com.microsoft.azure.management.compute.StorageProfile
Packages that use StorageProfile
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of StorageProfile in com.microsoft.azure.management.compute
Methods in com.microsoft.azure.management.compute that return StorageProfileModifier and TypeMethodDescriptionVirtualMachine.storageProfile()
Returns the storage profile of an Azure virtual machine.VirtualMachineScaleSetVM.storageProfile()
VirtualMachineUpdate.storageProfile()
Get specifies the storage settings for the virtual machine disks.StorageProfile.withDataDisks
(List<DataDisk> dataDisks) Set specifies the parameters that are used to add a data disk to a virtual machine.StorageProfile.withImageReference
(ImageReference imageReference) Set specifies information about the image to use.StorageProfile.withOsDisk
(OSDisk osDisk) Set specifies information about the operating system disk used by the virtual machine.Methods in com.microsoft.azure.management.compute with parameters of type StorageProfileModifier and TypeMethodDescriptionVirtualMachineUpdate.withStorageProfile
(StorageProfile storageProfile) Set specifies the storage settings for the virtual machine disks.