다음을 통해 공유


IContainerGroups.ListCachedImages(String) Method

Definition

Lists cached images for a subscription in a region.

public System.Collections.Generic.IReadOnlyList<Microsoft.Azure.Management.ContainerInstance.Fluent.Models.CachedImages> ListCachedImages (string location);
abstract member ListCachedImages : string -> System.Collections.Generic.IReadOnlyList<Microsoft.Azure.Management.ContainerInstance.Fluent.Models.CachedImages>
Public Function ListCachedImages (location As String) As IReadOnlyList(Of CachedImages)

Parameters

location
String

The identifier for the physical azure location.

Returns

Applies to