Interface GalleryImageVersion

All Superinterfaces:
HasInnerModel<GalleryImageVersionInner>, HasManager<ComputeManager>, Indexable, Refreshable<GalleryImageVersion>, Updatable<GalleryImageVersion.Update>

An immutable client-side representation of an Azure gallery image version.
  • Method Details

    • id

      String id()
      Gets the ARM id of the iage version.
      Returns:
      the ARM id of the image version.
    • location

      String location()
      Gets the default location of the image version.
      Returns:
      the default location of the image version.
    • name

      String name()
      Gets the image version name.
      Returns:
      the image version name.
    • provisioningState

      String provisioningState()
      Gets the provisioningState of image version resource.
      Returns:
      the provisioningState of image version resource.
    • publishingProfile

      Gets the publishingProfile configuration of the image version.
      Returns:
      the publishingProfile configuration of the image version.
    • availableRegions

      List<TargetRegion> availableRegions()
      Gets the regions in which the image version is available.
      Returns:
      the regions in which the image version is available.
    • endOfLifeDate

      OffsetDateTime endOfLifeDate()
      Gets the date indicating image version's end of life.
      Returns:
      the date indicating image version's end of life.
    • isExcludedFromLatest

      Boolean isExcludedFromLatest()
      Checks whether the image version is excluded from considering as a candidate when VM is created with 'latest' image version.
      Returns:
      true if the image version is excluded from considering as a candidate when VM is created with 'latest' image version, false otherwise.
    • replicationStatus

      ReplicationStatus replicationStatus()
      Gets the replicationStatus of image version in published regions.
      Returns:
      the replicationStatus of image version in published regions.
    • storageProfile

      Gets the image version storageProfile describing OS and data disks.
      Returns:
      the image version storageProfile describing OS and data disks.
    • tags

      Map<String,String> tags()
      Gets the tags associated with the image version.
      Returns:
      the tags associated with the image version.
    • type

      String type()
      Gets the type.
      Returns:
      the type.