| Package | Description | 
|---|---|
| com.microsoft.azure.management.containerinstance | 
 This package contains the classes for ContainerInstanceManagementClient. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CachedImages | 
CachedImages.withId(String id)
Set the resource Id of the cached image. 
 | 
CachedImages | 
CachedImages.withImage(String image)
Set the cached image name. 
 | 
CachedImages | 
CachedImages.withOsType(String osType)
Set the OS type of the cached image. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<CachedImages> | 
ContainerGroups.listCachedImages(String location)
Lists cached images for a subscription in a region. 
 | 
rx.Observable<CachedImages> | 
ContainerGroups.listCachedImagesAsync(String location)
Lists cached images for a subscription in a region. 
 | 
Copyright © 2019. All rights reserved.