Uses of Class
com.microsoft.azure.management.compute.VirtualMachineScaleSetStorageProfile
Packages that use VirtualMachineScaleSetStorageProfile
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of VirtualMachineScaleSetStorageProfile in com.microsoft.azure.management.compute
Methods in com.microsoft.azure.management.compute that return VirtualMachineScaleSetStorageProfileModifier 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.Methods in com.microsoft.azure.management.compute with parameters of type VirtualMachineScaleSetStorageProfileModifier and TypeMethodDescriptionVirtualMachineScaleSetVMProfile.withStorageProfile(VirtualMachineScaleSetStorageProfile storageProfile) Set specifies the storage settings for the virtual machine disks.