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

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

    • ImageInner

      public ImageInner()
  • Method Details

    • description

      public String description()
      Get the description property: The description of the image.
      Returns:
      the description value.
    • publisher

      public String publisher()
      Get the publisher property: The publisher of the image.
      Returns:
      the publisher value.
    • offer

      public String offer()
      Get the offer property: The name of the image offer.
      Returns:
      the offer value.
    • sku

      public String sku()
      Get the sku property: The SKU name for the image.
      Returns:
      the sku value.
    • recommendedMachineConfiguration

      public RecommendedMachineConfiguration recommendedMachineConfiguration()
      Get the recommendedMachineConfiguration property: The recommended machine configuration to use with the image.
      Returns:
      the recommendedMachineConfiguration 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.