Class ImageVersionProperties

java.lang.Object
com.azure.resourcemanager.devcenter.fluent.models.ImageVersionProperties

public final class ImageVersionProperties extends Object
Properties of an image version.
  • Constructor Details

    • ImageVersionProperties

      public ImageVersionProperties()
  • Method Details

    • name

      public String name()
      Get the name property: The semantic version string.
      Returns:
      the name value.
    • publishedDate

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

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

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

      public String provisioningState()
      Get the provisioningState property: The provisioning state of the resource.
      Returns:
      the provisioningState value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.