LocationOperationsExtensions.ListCachedImages Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.