Uses of Class
com.azure.resourcemanager.compute.models.VirtualMachineScaleSetUpdateStorageProfile
-
Packages that use VirtualMachineScaleSetUpdateStorageProfile Package Description com.azure.resourcemanager.compute.models 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 VirtualMachineScaleSetUpdateStorageProfile Modifier and Type Method Description VirtualMachineScaleSetUpdateStorageProfileVirtualMachineScaleSetUpdateVMProfile. storageProfile()Get the storageProfile property: The virtual machine scale set storage profile.VirtualMachineScaleSetUpdateStorageProfileVirtualMachineScaleSetUpdateStorageProfile. withDataDisks(List<VirtualMachineScaleSetDataDisk> dataDisks)Set the dataDisks property: The data disks.VirtualMachineScaleSetUpdateStorageProfileVirtualMachineScaleSetUpdateStorageProfile. withImageReference(ImageReference imageReference)Set the imageReference property: The image reference.VirtualMachineScaleSetUpdateStorageProfileVirtualMachineScaleSetUpdateStorageProfile. withOsDisk(VirtualMachineScaleSetUpdateOSDisk osDisk)Set the osDisk property: The OS disk.Methods in com.azure.resourcemanager.compute.models with parameters of type VirtualMachineScaleSetUpdateStorageProfile Modifier and Type Method Description VirtualMachineScaleSetUpdateVMProfileVirtualMachineScaleSetUpdateVMProfile. withStorageProfile(VirtualMachineScaleSetUpdateStorageProfile storageProfile)Set the storageProfile property: The virtual machine scale set storage profile.
-