Uses of Class
com.microsoft.azure.management.compute.VirtualMachineScaleSetStorageProfile
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of VirtualMachineScaleSetStorageProfile in com.microsoft.azure.management.compute
Modifier and TypeMethodDescriptionVirtualMachineScaleSet.storageProfile()
VirtualMachineScaleSetVMProfile.storageProfile()
Get specifies the storage settings for the virtual machine disks.VirtualMachineScaleSetStorageProfile.withDataDisks
(List<VirtualMachineScaleSetDataDisk> dataDisks) Set specifies the parameters that are used to add data disks to the virtual machines in the scale set.VirtualMachineScaleSetStorageProfile.withImageReference
(ImageReference imageReference) Set specifies information about the image to use.VirtualMachineScaleSetStorageProfile.withOsDisk
(VirtualMachineScaleSetOSDisk osDisk) Set specifies information about the operating system disk used by the virtual machines in the scale set.Modifier and TypeMethodDescriptionVirtualMachineScaleSetVMProfile.withStorageProfile
(VirtualMachineScaleSetStorageProfile storageProfile) Set specifies the storage settings for the virtual machine disks.