Interface ImageVersion


public interface ImageVersion
An immutable client-side representation of ImageVersion.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the excludeFromLatest property: If the version should be excluded from being treated as the latest version.
    id()
    Gets the id property: Fully qualified resource Id for the resource.
    Gets the inner com.azure.resourcemanager.devcenter.fluent.models.ImageVersionInner object.
    Gets the name property: The name of the resource.
    Gets the namePropertiesName property: The semantic version string.
    Gets the osDiskImageSizeInGb property: The size of the OS disk image, in GB.
    Gets the provisioningState property: The provisioning state of the resource.
    Gets the publishedDate property: The datetime that the backing image version was published.
    com.azure.core.management.SystemData
    Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
    Gets the type property: The type of the resource.
  • Method Details

    • id

      String id()
      Gets the id property: Fully qualified resource Id for the resource.
      Returns:
      the id value.
    • name

      String name()
      Gets the name property: The name of the resource.
      Returns:
      the name value.
    • type

      String type()
      Gets the type property: The type of the resource.
      Returns:
      the type value.
    • systemData

      com.azure.core.management.SystemData systemData()
      Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
      Returns:
      the systemData value.
    • namePropertiesName

      String namePropertiesName()
      Gets the namePropertiesName property: The semantic version string.
      Returns:
      the namePropertiesName value.
    • publishedDate

      OffsetDateTime publishedDate()
      Gets the publishedDate property: The datetime that the backing image version was published.
      Returns:
      the publishedDate value.
    • excludeFromLatest

      Boolean excludeFromLatest()
      Gets the excludeFromLatest property: If the version should be excluded from being treated as the latest version.
      Returns:
      the excludeFromLatest value.
    • osDiskImageSizeInGb

      Integer osDiskImageSizeInGb()
      Gets the osDiskImageSizeInGb property: The size of the OS disk image, in GB.
      Returns:
      the osDiskImageSizeInGb value.
    • provisioningState

      String provisioningState()
      Gets the provisioningState property: The provisioning state of the resource.
      Returns:
      the provisioningState value.
    • innerModel

      ImageVersionInner innerModel()
      Gets the inner com.azure.resourcemanager.devcenter.fluent.models.ImageVersionInner object.
      Returns:
      the inner object.