Uses of Class
com.microsoft.azure.management.compute.VirtualMachineScaleSetUpdateStorageProfile
Packages that use VirtualMachineScaleSetUpdateStorageProfile
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of VirtualMachineScaleSetUpdateStorageProfile in com.microsoft.azure.management.compute
Methods in com.microsoft.azure.management.compute that return VirtualMachineScaleSetUpdateStorageProfileModifier and TypeMethodDescriptionVirtualMachineScaleSetUpdateVMProfile.storageProfile()
Get the virtual machine scale set storage profile.VirtualMachineScaleSetUpdateStorageProfile.withDataDisks
(List<VirtualMachineScaleSetDataDisk> dataDisks) Set the data disks.VirtualMachineScaleSetUpdateStorageProfile.withImageReference
(ImageReference imageReference) Set the image reference.VirtualMachineScaleSetUpdateStorageProfile.withOsDisk
(VirtualMachineScaleSetUpdateOSDisk osDisk) Set the OS disk.Methods in com.microsoft.azure.management.compute with parameters of type VirtualMachineScaleSetUpdateStorageProfileModifier and TypeMethodDescriptionVirtualMachineScaleSetUpdateVMProfile.withStorageProfile
(VirtualMachineScaleSetUpdateStorageProfile storageProfile) Set the virtual machine scale set storage profile.