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