Uses of Class
com.microsoft.azure.management.compute.StorageProfile
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of StorageProfile in com.microsoft.azure.management.compute
Modifier 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.Modifier and TypeMethodDescriptionVirtualMachineUpdate.withStorageProfile
(StorageProfile storageProfile) Set specifies the storage settings for the virtual machine disks.