Class ImageDiskReferenceResponse


  • public final class ImageDiskReferenceResponse
    extends java.lang.Object
    • Method Detail

      • communityGalleryImageId

        public java.util.Optional<java.lang.String> communityGalleryImageId()
        Returns:
        A relative uri containing a community Azure Compute Gallery image reference.
      • id

        public java.util.Optional<java.lang.String> id()
        Returns:
        A relative uri containing either a Platform Image Repository, user image, or Azure Compute Gallery image reference.
      • lun

        public java.util.Optional<java.lang.Integer> lun()
        Returns:
        If the disk is created from an image's data disk, this is an index that indicates which of the data disks in the image to use. For OS disks, this field is null.
      • sharedGalleryImageId

        public java.util.Optional<java.lang.String> sharedGalleryImageId()
        Returns:
        A relative uri containing a direct shared Azure Compute Gallery image reference.