Uses of Class
com.azure.resourcemanager.compute.models.VirtualMachineScaleSetStorageProfile
Packages that use VirtualMachineScaleSetStorageProfile
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of VirtualMachineScaleSetStorageProfile in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return VirtualMachineScaleSetStorageProfileModifier and TypeMethodDescriptionVirtualMachineScaleSet.storageProfile()VirtualMachineScaleSetVMProfile.storageProfile()Get the storageProfile property: Specifies the storage settings for the virtual machine disks.VirtualMachineScaleSetStorageProfile.withDataDisks(List<VirtualMachineScaleSetDataDisk> dataDisks) Set the dataDisks property: Specifies the parameters that are used to add data disks to the virtual machines in the scale set.VirtualMachineScaleSetStorageProfile.withDiskControllerType(String diskControllerType) Set the diskControllerType property: The diskControllerType property.VirtualMachineScaleSetStorageProfile.withImageReference(ImageReference imageReference) Set the imageReference property: Specifies information about the image to use.VirtualMachineScaleSetStorageProfile.withOsDisk(VirtualMachineScaleSetOSDisk osDisk) Set the osDisk property: Specifies information about the operating system disk used by the virtual machines in the scale set.Methods in com.azure.resourcemanager.compute.models with parameters of type VirtualMachineScaleSetStorageProfileModifier and TypeMethodDescriptionVirtualMachineScaleSetVMProfile.withStorageProfile(VirtualMachineScaleSetStorageProfile storageProfile) Set the storageProfile property: Specifies the storage settings for the virtual machine disks.