Class CachedImages
java.lang.Object
com.microsoft.azure.management.containerinstance.CachedImages
The cached image and OS type.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionimage()
Get the cached image name.osType()
Get the OS type of the cached image.Set the cached image name.withOsType
(String osType) Set the OS type of the cached image.
-
Constructor Details
-
CachedImages
public CachedImages()
-
-
Method Details
-
osType
Get the OS type of the cached image.- Returns:
- the osType value
-
withOsType
Set the OS type of the cached image.- Parameters:
osType
- the osType value to set- Returns:
- the CachedImages object itself.
-
image
Get the cached image name.- Returns:
- the image value
-
withImage
Set the cached image name.- Parameters:
image
- the image value to set- Returns:
- the CachedImages object itself.
-