ContainerInstanceManagementClientExtensions.ListCachedImagesAsync Method

Definition

Get the list of cached images.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ContainerInstance.Fluent.Models.CachedImagesListResultInner> ListCachedImagesAsync (this Microsoft.Azure.Management.ContainerInstance.Fluent.IContainerInstanceManagementClient operations, string location, System.Threading.CancellationToken cancellationToken = default);
static member ListCachedImagesAsync : Microsoft.Azure.Management.ContainerInstance.Fluent.IContainerInstanceManagementClient * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ContainerInstance.Fluent.Models.CachedImagesListResultInner>
<Extension()>
Public Function ListCachedImagesAsync (operations As IContainerInstanceManagementClient, location As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of CachedImagesListResultInner)

Parameters

operations
IContainerInstanceManagementClient

The operations group for this extension method.

location
String

The identifier for the physical azure location.

cancellationToken
CancellationToken

The cancellation token.

Returns

Remarks

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

Applies to