Sdílet prostřednictvím


LocationOperationsExtensions.ListCachedImages Method

Definition

Get the list of cached images.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ContainerInstance.Models.CachedImages> ListCachedImages (this Microsoft.Azure.Management.ContainerInstance.ILocationOperations operations, string location);
static member ListCachedImages : Microsoft.Azure.Management.ContainerInstance.ILocationOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ContainerInstance.Models.CachedImages>
<Extension()>
Public Function ListCachedImages (operations As ILocationOperations, location As String) As IPage(Of CachedImages)

Parameters

operations
ILocationOperations

The operations group for this extension method.

location
String

The identifier for the physical azure location.

Returns

Remarks

Get the list of cached images on specific OS type for a subscription in a region.

Applies to