Class ImageVersionInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.devcenter.fluent.models.ImageVersionInner

public final class ImageVersionInner extends com.azure.core.management.ProxyResource
Represents an image version.
  • Constructor Details

    • ImageVersionInner

      public ImageVersionInner()
  • Method Details

    • systemData

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

      public String namePropertiesName()
      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.