Class StorageProfileArgs


  • public final class StorageProfileArgs
    extends com.pulumi.resources.ResourceArgs
    Specifies the storage settings for the virtual machine disks.
    • Method Detail

      • dataDisks

        public java.util.Optional<com.pulumi.core.Output<java.util.List<DataDiskArgs>>> dataDisks()
        Returns:
        Specifies the parameters that are used to add a data disk to a virtual machine. For more information about disks, see [About disks and VHDs for Azure virtual machines](https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview).
      • diskControllerType

        public java.util.Optional<com.pulumi.core.Output<com.pulumi.core.Either<java.lang.String,​DiskControllerTypes>>> diskControllerType()
        Returns:
        Specifies the disk controller type configured for the VM. **Note:** This property will be set to the default disk controller type if not specified provided virtual machine is being created with 'hyperVGeneration' set to V2 based on the capabilities of the operating system disk and VM size from the the specified minimum api version. You need to deallocate the VM before updating its disk controller type unless you are updating the VM size in the VM configuration which implicitly deallocates and reallocates the VM. Minimum api-version: 2022-08-01.
      • imageReference

        public java.util.Optional<com.pulumi.core.Output<ImageReferenceArgs>> imageReference()
        Returns:
        Specifies information about the image to use. You can specify information about platform images, marketplace images, or virtual machine images. This element is required when you want to use a platform image, marketplace image, or virtual machine image, but is not used in other creation operations.
      • osDisk

        public java.util.Optional<com.pulumi.core.Output<OSDiskArgs>> osDisk()
        Returns:
        Specifies information about the operating system disk used by the virtual machine. For more information about disks, see [About disks and VHDs for Azure virtual machines](https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview).