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
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type VirtualMachineScaleSetUpdateStorageProfileModifier and TypeClassDescriptionfinal classDescribes a virtual machine scale set storage profile.Methods in com.azure.resourcemanager.compute.models that return VirtualMachineScaleSetUpdateStorageProfileModifier and TypeMethodDescriptionVirtualMachineScaleSetUpdateStorageProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VirtualMachineScaleSetUpdateStorageProfile from the JsonReader.VirtualMachineScaleSetUpdateVMProfile.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.withDiskControllerType(DiskControllerTypes diskControllerType) Set the diskControllerType property: Specifies the disk controller type configured for the virtual machines in the scale set.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.