Freigeben über


ContainerInstanceExtensions.GetCachedImagesWithLocation Methode

Definition

Rufen Sie die Liste der zwischengespeicherten Images unter einem bestimmten Betriebssystemtyp für ein Abonnement in einer Region ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.ContainerInstance/locations/{location}/cachedImages
  • Vorgangs-IdLocation_ListCachedImages
public static Azure.Pageable<Azure.ResourceManager.ContainerInstance.Models.CachedImages> GetCachedImagesWithLocation (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, System.Threading.CancellationToken cancellationToken = default);
static member GetCachedImagesWithLocation : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ContainerInstance.Models.CachedImages>
<Extension()>
Public Function GetCachedImagesWithLocation (subscriptionResource As SubscriptionResource, location As AzureLocation, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of CachedImages)

Parameter

subscriptionResource
SubscriptionResource

Der SubscriptionResource instance die -Methode ausgeführt wird.

location
AzureLocation

Der Bezeichner für den physischen Azure-Standort.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von CachedImages , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: