java.lang.Object
com.microsoft.azure.management.containerinstance.CachedImages

public class CachedImages extends Object
The cached image and OS type.
  • Constructor Details

    • CachedImages

      public CachedImages()
  • Method Details

    • osType

      public String osType()
      Get the OS type of the cached image.
      Returns:
      the osType value
    • withOsType

      public CachedImages withOsType(String osType)
      Set the OS type of the cached image.
      Parameters:
      osType - the osType value to set
      Returns:
      the CachedImages object itself.
    • image

      public String image()
      Get the cached image name.
      Returns:
      the image value
    • withImage

      public CachedImages withImage(String image)
      Set the cached image name.
      Parameters:
      image - the image value to set
      Returns:
      the CachedImages object itself.