| 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 (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/