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

    Modifier and Type
    Method
    Description
    Gets the description property: The description of the image.
    id()
    Gets the id property: Fully qualified resource Id for the resource.
    Gets the inner com.azure.resourcemanager.devcenter.fluent.models.ImageInner object.
    Gets the name property: The name of the resource.
    Gets the offer property: The name of the image offer.
    Gets the provisioningState property: The provisioning state of the resource.
    Gets the publisher property: The publisher of the image.
    Gets the recommendedMachineConfiguration property: The recommended machine configuration to use with the image.
    sku()
    Gets the sku property: The SKU name for the image.
    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.
    • description

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

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

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

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

      RecommendedMachineConfiguration recommendedMachineConfiguration()
      Gets the recommendedMachineConfiguration property: The recommended machine configuration to use with the image.
      Returns:
      the recommendedMachineConfiguration value.
    • provisioningState

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

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